Vcl.Imaging.GIFImg.TGIFFrame.GetPixel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPixel(x, y: integer): BYTE;

C++

System::Byte __fastcall GetPixel(int x, int y);

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Returns the index from the global color table of the color found at the given coordinates.

GetPixel returns the color found at the coordinates given by the parameters, identified through its index in the global color table.

See Also