Class TBGRAIndexedPalette

Unit

Declaration

type TBGRAIndexedPalette = class(TBGRAPalette)

Description

Indexed palette of colors

Hierarchy

Overview

Methods

Public function IndexOfColor(AValue: TBGRAPixel): integer; override;
Public function RemoveColor(AValue: TBGRAPixel): boolean; override;
Protected function CreateEntry(AColor: TBGRAPixel): PBGRAPixel; override;
Public procedure Clear; override;
Protected procedure FreeEntry(AEntry: PBGRAPixel); override;
Protected procedure NeedArray; override;

Description

Methods

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

This item has no description.

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

This item has no description.

Protected function CreateEntry(AColor: TBGRAPixel): PBGRAPixel; override;

This item has no description.

Public procedure Clear; override;

This item has no description.

Protected procedure FreeEntry(AEntry: PBGRAPixel); override;

This item has no description.

Protected procedure NeedArray; override;

This item has no description.