Class TBGRAApproxPaletteViaLargerPalette
Unit
Declaration
type TBGRAApproxPaletteViaLargerPalette = class(TBGRAApproxPalette)
Description
Palette approximating via a large palette
Hierarchy
- TObject
- TBGRACustomPalette
- TBGRACustomApproxPalette
- TBGRAApproxPalette
- TBGRAApproxPaletteViaLargerPalette
Overview
Methods
constructor Create(const AColors: ArrayOfTBGRAPixel; ALarger: TBGRACustomApproxPalette; ALargerOwned: boolean); |
|
destructor Destroy; override; |
|
function FindNearestColor(AValue: TBGRAPixel): TBGRAPixel; override; |
|
function FindNearestColorIndex(AValue: TBGRAPixel): integer; override; |
|
function GetAsArrayOfWeightedColor: ArrayOfWeightedColor; override; |
|
function FindNearestLargerColorIndex(AValue: TBGRAPixel): integer; virtual; |
|
function SlowFindNearestColorIndex(AValue: TBGRAPixel): integer; |
Description
Methods
constructor Create(const AColors: ArrayOfTBGRAPixel; ALarger: TBGRACustomApproxPalette; ALargerOwned: boolean); |
|
This item has no description. |
destructor Destroy; 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 GetAsArrayOfWeightedColor: ArrayOfWeightedColor; override; |
|
This item has no description. |
function FindNearestLargerColorIndex(AValue: TBGRAPixel): integer; virtual; |
|
This item has no description. |
function SlowFindNearestColorIndex(AValue: TBGRAPixel): integer; |
|
This item has no description. |