Vcl.Imaging.GIFImg.TRGBQuadArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TRGBQuadArray = array [0..255] of tagRGBQUAD;

C++

typedef System::StaticArray<tagRGBQUAD, 256> TRGBQuadArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

TRGBQuadArray is an array of records that stores the colors in RGB model.

A variable of type TRGBQuadArray can store an array of elements of type TRGBQuad. TRGBQuad is a record which has byte fields for the Red, Green and Blue colors, and a Reserved field.