[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'GfxBase' (#fpgfx)

TGfxPixelFormat

Declaration

Source position: gfxbase.pas line 94

type TGfxPixelFormat = record

  FormatType: TGfxImageType;

  

  RedMask: TGfxPixel;

  

  GreenMask: TGfxPixel;

  

  BlueMask: TGfxPixel;

  

  AlphaMask: TGfxPixel;

  

end;

Description