Vcl.Imaging.GIFImg.TFastColorLookup

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Imaging.GIFImg.TColorLookupSystem.TObjectTFastColorLookup

Delphi

TFastColorLookup = class(TColorLookup)

C++

class PASCALIMPLEMENTATION TFastColorLookup : public TColorLookup

Properties

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

Description

Represents the class for fast color mapping.

TFastColorLookup implements a simple but reasonably fast generic color mapper. It trades precision for speed by reducing the size of the color space.

See Also