[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
Source position: gfxbase.pas line 94
type TGfxPixelFormat = record |
||
FormatType: TGfxImageType; |
|
|
RedMask: TGfxPixel; |
|
|
GreenMask: TGfxPixel; |
|
|
BlueMask: TGfxPixel; |
|
|
AlphaMask: TGfxPixel; |
|
|
end; |