[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'GraphType' (#lazutils)

TRawImageDescription.Init_BPP24_B8G8R8_M1_BIO_TTB

Init for a masked 24 bit RGB image (LSB Blue).

Declaration

Source position: graphtype.pp line 170

procedure TRawImageDescription.Init_BPP24_B8G8R8_M1_BIO_TTB(

  AWidth: Integer;

  AHeight: Integer

);

Description

Init_BPP24_B8G8R8_M1_BIO_TTB - initiator for specified format

{ pf24bit:
    Format=ricfRGBA HasPalette=false Depth=24 PaletteColorCount=0
    BitOrder=riboBitsInOrder ByteOrder=DefaultByteOrder
    LineOrder=riloTopToBottom
    BitsPerPixel=24 LineEnd=rileDWordBoundary
    RedPrec=8 RedShift=16 GreenPrec=8 GreenShift=8 BluePrec=8 BlueShift=0
    Masked
  }

Version 3.2 Generated 2024-02-25 Home