API:Vcl.Imaging.GIFImg.TGIFColor

De RAD Studio API Documentation

Delphi

  TGIFColor = record
    Red: byte;
    Green: byte;
    Blue: byte;
  end;

C++

struct DECLSPEC_DRECORD TGIFColor
{
public:
    System::Byte Red;
    System::Byte Green;
    System::Byte Blue;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !