CMYK
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.image.color
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
CMYK()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aC: Byte; aM: Byte; aY: Byte; aK: Byte)
// Island
constructor(aC: uint8; aM: uint8; aY: uint8; aK: uint8)
// .NET, .NET Standard 2.0
CMYK(Byte aC, Byte aM, Byte aY, Byte aK)
// Island
CMYK(uint8 aC, uint8 aM, uint8 aY, uint8 aK)
Parameters:
- aC:
- aM:
- aY:
- aK:
constructor (CMYK)
Parameters:
- value:
C
K
M
RGBA
Y
C
K
M
Y
constructor
constructor
CMYK()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aC: Byte; aM: Byte; aY: Byte; aK: Byte)
// Island
constructor(aC: uint8; aM: uint8; aY: uint8; aK: uint8)
// .NET, .NET Standard 2.0
CMYK(Byte aC, Byte aM, Byte aY, Byte aK)
// Island
CMYK(uint8 aC, uint8 aM, uint8 aY, uint8 aK)
Parameters:
- aC:
- aM:
- aY:
- aK:
constructor (CMYK)
Parameters:
- value:
RGBA