Class TLabAColorspace

Unit

Declaration

type TLabAColorspace = class(TCustomColorspace)

Description

CIE Lab colorspace (32-bit floating point channels)

Hierarchy

Overview

Methods

Public class function GetChannel(AColor: Pointer; AIndex: integer): single; override;
Public class function GetChannelBitDepth(AIndex: integer): byte; override;
Public class function GetChannelCount: integer; override;
Public class function GetChannelName(AIndex: integer): string; override;
Public class function GetColorTransparency(AColor: Pointer): TColorTransparency; override;
Public class function GetFlags: TColorspaceFlags; override;
Public class function GetMaxValue(AIndex: integer): single; override;
Public class function GetMinValue(AIndex: integer): single; override;
Public class function GetName: string; override;
Public class function GetSize: integer; override;
Public class function IndexOfAlphaChannel: integer; override;
Public class procedure SetChannel(AColor: Pointer; AIndex: integer; AValue: single); override;

Description

Methods

Public class function GetChannel(AColor: Pointer; AIndex: integer): single; override;

This item has no description.

Public class function GetChannelBitDepth(AIndex: integer): byte; override;

This item has no description.

Public class function GetChannelCount: integer; override;

This item has no description.

Public class function GetChannelName(AIndex: integer): string; override;

This item has no description.

Public class function GetColorTransparency(AColor: Pointer): TColorTransparency; override;

This item has no description.

Public class function GetFlags: TColorspaceFlags; override;

This item has no description.

Public class function GetMaxValue(AIndex: integer): single; override;

This item has no description.

Public class function GetMinValue(AIndex: integer): single; override;

This item has no description.

Public class function GetName: string; override;

This item has no description.

Public class function GetSize: integer; override;

This item has no description.

Public class function IndexOfAlphaChannel: integer; override;

This item has no description.

Public class procedure SetChannel(AColor: Pointer; AIndex: integer; AValue: single); override;

This item has no description.