| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Init for a masked 32 bit RGBA image (LSB blue)
Source position: graphtype.pp line 158
procedure TRawImageDescription.Init_BPP32_B8G8R8A8_M1_BIO_TTB( |
AWidth: Integer; |
AHeight: Integer |
); |
Init_BPP32_B8G8R8A8_M1_BIO_TTB - initiator for specified format
{ pf32bit:
Format=ricfRGBA HasPalette=false Depth=32 PaletteColorCount=0
BitOrder=riboBitsInOrder ByteOrder=DefaultByteOrder
LineOrder=riloTopToBottom
BitsPerPixel=32 LineEnd=rileDWordBoundary
RedPrec=8 RedShift=16 GreenPrec=8 GreenShift=8 BluePrec=8 BlueShift=0
alpha
masked
}
| lazarus-ccr.sourceforge.net |