Class TStdCMYKColorspace
Unit
Declaration
type TStdCMYKColorspace = class(TCustomColorspace)
Description
StdCMYK colorspace (32-bit floating point channels)
Hierarchy
- TObject
- TCustomColorspace
- TStdCMYKColorspace
Overview
Methods
class function GetChannel(AColor: Pointer; AIndex: integer): single; override; |
|
class function GetChannelBitDepth(AIndex: integer): byte; override; |
|
class function GetChannelCount: integer; override; |
|
class function GetChannelName(AIndex: integer): string; override; |
|
class function GetColorTransparency(AColor: Pointer): TColorTransparency; override; |
|
class function GetFlags: TColorspaceFlags; override; |
|
class function GetMaxValue(AIndex: integer): single; override; |
|
class function GetMinValue(AIndex: integer): single; override; |
|
class function GetName: string; override; |
|
class function GetSize: integer; override; |
|
class function IndexOfAlphaChannel: integer; override; |
|
class procedure SetChannel(AColor: Pointer; AIndex: integer; AValue: single); override; |
Description
Methods
class function GetChannel(AColor: Pointer; AIndex: integer): single; override; |
|
This item has no description. |
class function GetChannelBitDepth(AIndex: integer): byte; override; |
|
This item has no description. |
class function GetChannelCount: integer; override; |
|
This item has no description. |
class function GetChannelName(AIndex: integer): string; override; |
|
This item has no description. |
class function GetColorTransparency(AColor: Pointer): TColorTransparency; override; |
|
This item has no description. |
class function GetFlags: TColorspaceFlags; override; |
|
This item has no description. |
class function GetMaxValue(AIndex: integer): single; override; |
|
This item has no description. |
class function GetMinValue(AIndex: integer): single; override; |
|
This item has no description. |
class function GetName: string; override; |
|
This item has no description. |
class function GetSize: integer; override; |
|
This item has no description. |
class function IndexOfAlphaChannel: integer; override; |
|
This item has no description. |
class procedure SetChannel(AColor: Pointer; AIndex: integer; AValue: single); override; |
|
This item has no description. |