Vcl.Imaging.GIFImg.TGIFFrame.Pixels

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Pixels[x, y: integer]: BYTE read GetPixel write SetPixel;

C++

__property System::Byte Pixels[int x][int y] = {read=GetPixel, write=SetPixel};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Specifies the color found at the given coordinates.

The Pixels property specifies a color identified through its index in the global color table.

See Also