Creates a IECMYK object from color components.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IECMYK( byte C, byte M, byte Y, byte K )
Public Sub New ( _ C As Byte, _ M As Byte, _ Y As Byte, _ K As Byte _ )
public: IECMYK( unsigned char C, unsigned char M, unsigned char Y, unsigned char K )
Parameters
- C
- Byte
The C component
- M
- Byte
The M component
- Y
- Byte
The Y component
- K
- Byte
The K component