Class TBGRA16BitPalette
Unit
Declaration
type TBGRA16BitPalette = class(TBGRACustomApproxPalette)
Description
Palette containing all possible 16-bit colors.
Hierarchy
- TObject
- TBGRACustomPalette
- TBGRACustomApproxPalette
- TBGRA16BitPalette
Overview
Methods
function ContainsColor(AValue: TBGRAPixel): boolean; override; |
|
function FindNearestColor(AValue: TBGRAPixel): TBGRAPixel; override; |
|
function FindNearestColorIndex(AValue: TBGRAPixel): integer; override; |
|
function GetAsArrayOfColor: ArrayOfTBGRAPixel; override; |
|
function GetAsArrayOfWeightedColor: ArrayOfWeightedColor; override; |
|
function IndexOfColor(AValue: TBGRAPixel): integer; override; |
|
function GetColorByIndex(AIndex: integer): TBGRAPixel; override; |
|
function GetCount: integer; override; |
Description
Methods
function ContainsColor(AValue: TBGRAPixel): boolean; override; |
|
This item has no description. |
function FindNearestColor(AValue: TBGRAPixel): TBGRAPixel; override; |
|
This item has no description. |
function FindNearestColorIndex(AValue: TBGRAPixel): integer; override; |
|
This item has no description. |
function GetAsArrayOfColor: ArrayOfTBGRAPixel; override; |
|
This item has no description. |
function GetAsArrayOfWeightedColor: ArrayOfWeightedColor; override; |
|
This item has no description. |
function IndexOfColor(AValue: TBGRAPixel): integer; override; |
|
This item has no description. |
function GetColorByIndex(AIndex: integer): TBGRAPixel; override; |
|
This item has no description. |
function GetCount: integer; override; |
|
This item has no description. |