Unit 'Img32' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_image32]

TARGB

Declaration

Source position: Img32.pas line 34

type TARGB = packed record

  case Boolean of

    False: (

        B: Byte;

  

        G: Byte;

  

        R: Byte;

  

        A: Byte;

  

      );

    True: (

        Color: TColor32;

  

      );

end;



CT Web help

CodeTyphon Studio