The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TRGB32


Unit: SDL_rchart
Class: none
Declaration:
TRGB32 = packed record
           B : Byte;
           G : Byte;
           R : Byte;
           A : Byte;
         end;

This type declaration TRGB32 defines a color record: 3 basic colors (red, green, blue) plus the alpha mask value.



Last Update: 2023-Feb-06