API:Vcl.Imaging.GIFImg.TColorLookup.Lookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Lookup(Red, Green, Blue: BYTE; var R, G, B: BYTE): Byte; virtual; abstract;

C++

virtual System::Byte __fastcall Lookup(System::Byte Red, System::Byte Green, System::Byte Blue, System::Byte &R, System::Byte &G, System::Byte &B) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TColorLookup

Description

Embarcadero Technologies does not currently have any additional information.