Vcl.Imaging.GIFImg.TGIFFrame.SetPixel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPixel(x, y: integer; const Value: BYTE);

C++

void __fastcall SetPixel(int x, int y, const System::Byte Value);

Properties

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

Description

Sets the color found at the given coordinates to the color with the Value index in the global color table.

SetPixel sets the color found at the given coordinates to the color with the Value index in the global color table.

See Also