GIFImg.TGIFColor
From RAD Studio VCL Reference
Delphi Information
From GIFImg.pas
TGIFColor = record Red: Byte; Green: Byte; Blue: Byte; end;
Unit: GIFImg
Type: struct
Description
A variable of type TGIFColor contains the representation of a color in RGB color model.
A variable of type TGIFColor contains the representation of a color in RGB color model.
A color in the RGB color model is described by indicating how much of the Red, Green, and Blue colors is included.
The following table lists the fields contained in a variable of type TGIFColor.
| Field | Meaning |
|---|---|
|
Red |
The intensity of Red. |
|
Green |
The intensity of Green. |
|
Blue |
The intensity of Blue. |