[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: graphtype.pp line 113
type TRawImageDescription = object |
||
|
||
Width: cardinal; |
|
|
Height: cardinal; |
|
|
Depth: Byte; |
|
|
|
||
|
||
|
||
|
||
BitsPerPixel: Byte; |
|
|
RedPrec: Byte; |
|
|
RedShift: Byte; |
|
|
GreenPrec: Byte; |
|
|
GreenShift: Byte; |
|
|
BluePrec: Byte; |
|
|
BlueShift: Byte; |
|
|
AlphaPrec: Byte; |
|
|
AlphaShift: Byte; |
|
|
MaskBitsPerPixel: Byte; |
||
MaskShift: Byte; |
||
PaletteColorCount: Word; |
|
|
PaletteBitsPerIndex: Byte; |
||
PaletteShift: Byte; |
||
procedure Init; |
||
procedure Init_BPP24_B8G8R8_BIO_TTB(); |
||
procedure Init_BPP24_B8G8R8_M1_BIO_TTB(); |
||
procedure Init_BPP32_B8G8R8_BIO_TTB(); |
||
procedure Init_BPP32_B8G8R8_M1_BIO_TTB(); |
||
procedure Init_BPP32_B8G8R8A8_BIO_TTB(); |
||
procedure Init_BPP32_B8G8R8A8_M1_BIO_TTB(); |
||
function GetDescriptionFromMask; |
||
function GetDescriptionFromAlpha; |
||
function BytesPerLine; |
||
function BitsPerLine; |
||
function MaskBytesPerLine; |
||
function MaskBitsPerLine; |
||
function AsString; |
||
function IsEqual(); |
||
end; |
|
lazarus-ccr.sourceforge.net |