Unit 'BMPcomn' Package
[Overview][Constants][Types][Procedures and functions][Index] [#fcl-image]

TColorRGBA

Declaration

Source position: bmpcomn.pp line 79

type TColorRGBA = packed record

  case Boolean of

    False: (

        B: Byte;

        G: Byte;

        R: Byte;

        A: Byte;

      );

    True: (

        RGB: TColorRGB;

      );

end;


Documentation generated on: 2023-03-18