Vcl.Imaging.GIFImg.BGRArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type BGRArray = array [0..0] of tagRGBTRIPLE;

C++

typedef System::StaticArray<tagRGBTRIPLE, 1> BGRArray;

Properties

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

Description

BGRArray is an array of TRGBTriple elements.

A variable of type BGRArray can store an array of elements of type TRGBTriple.

See Also