menu
pdf_graphics package
documentation
pdf_graphics.dart
PdfColor
PdfColor.new const constructor
PdfColor.new const constructor
dark_mode
light_mode
PdfColor
constructor
const
PdfColor
(
double
red
,
double
green
,
double
blue
)
Implementation
const PdfColor(this.red, this.green, this.blue);
pdf_graphics package
documentation
pdf_graphics
PdfColor
PdfColor.new const constructor
PdfColor class