Class TBGRA16BitPalette

Unit

Declaration

type TBGRA16BitPalette = class(TBGRACustomApproxPalette)

Description

Palette containing all possible 16-bit colors.

Hierarchy

Overview

Methods

Public function ContainsColor(AValue: TBGRAPixel): boolean; override;
Public function FindNearestColor(AValue: TBGRAPixel): TBGRAPixel; override;
Public function FindNearestColorIndex(AValue: TBGRAPixel): integer; override;
Public function GetAsArrayOfColor: ArrayOfTBGRAPixel; override;
Public function GetAsArrayOfWeightedColor: ArrayOfWeightedColor; override;
Public function IndexOfColor(AValue: TBGRAPixel): integer; override;
Protected function GetColorByIndex(AIndex: integer): TBGRAPixel; override;
Protected function GetCount: integer; override;

Description

Methods

Public function ContainsColor(AValue: TBGRAPixel): boolean; override;

This item has no description.

Public function FindNearestColor(AValue: TBGRAPixel): TBGRAPixel; override;

This item has no description.

Public function FindNearestColorIndex(AValue: TBGRAPixel): integer; override;

This item has no description.

Public function GetAsArrayOfColor: ArrayOfTBGRAPixel; override;

This item has no description.

Public function GetAsArrayOfWeightedColor: ArrayOfWeightedColor; override;

This item has no description.

Public function IndexOfColor(AValue: TBGRAPixel): integer; override;

This item has no description.

Protected function GetColorByIndex(AIndex: integer): TBGRAPixel; override;

This item has no description.

Protected function GetCount: integer; override;

This item has no description.