Class TBGRAIndexedPalette
Unit
Declaration
type TBGRAIndexedPalette = class(TBGRAPalette)
Description
Indexed palette of colors
Hierarchy
- TObject
- TBGRACustomPalette
- TBGRAAvgLvlPalette
- TBGRAPalette
- TBGRAIndexedPalette
Overview
Methods
function IndexOfColor(AValue: TBGRAPixel): integer; override; |
|
function RemoveColor(AValue: TBGRAPixel): boolean; override; |
|
function CreateEntry(AColor: TBGRAPixel): PBGRAPixel; override; |
|
procedure Clear; override; |
|
procedure FreeEntry(AEntry: PBGRAPixel); override; |
|
procedure NeedArray; override; |
Description
Methods
function IndexOfColor(AValue: TBGRAPixel): integer; override; |
|
This item has no description. |
function RemoveColor(AValue: TBGRAPixel): boolean; override; |
|
This item has no description. |
function CreateEntry(AColor: TBGRAPixel): PBGRAPixel; override; |
|
This item has no description. |
procedure Clear; override; |
|
This item has no description. |
procedure FreeEntry(AEntry: PBGRAPixel); override; |
|
This item has no description. |
procedure NeedArray; override; |
|
This item has no description. |