Packed Record TStdCMYK
Unit
Declaration
type TStdCMYK = packed record
Description
StdCMYK color (32-bit floating point channels)
Overview
Fields
C: single; |
|
M: single; |
|
Y: single; |
|
K: single; |
Methods
class function New(const ACyan,AMagenta,AYellow,ABlack:single): TStdCMYK; static; |
Description
Fields
C: single; |
|
This item has no description. |
M: single; |
|
This item has no description. |
Y: single; |
|
This item has no description. |
K: single; |
|
This item has no description. |
Methods
class function New(const ACyan,AMagenta,AYellow,ABlack:single): TStdCMYK; static; |
|
This item has no description. |