PDFiumSharp
PDFiumSharp copied to clipboard
FPDF_COLOR
public struct FPDF_COLOR { //... public byte A => _a; public byte R => _b; // <= !!! public byte G => _g; public byte B => _b;
Thanks, I fixed this in my branch