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)
// .NET, .NET Standard 2.0
init(_ aC: Byte, _ aM: Byte, _ aY: Byte, _ aK: Byte)
// Island
init(_ aC: uint8, _ aM: uint8, _ aY: uint8, _ aK: uint8)
// .NET, .NET Standard 2.0
Sub New(aC As Byte, aM As Byte, aY As Byte, aK As Byte)
// Island
Sub New(aC As uint8, aM As uint8, aY As uint8, aK As uint8)
Parameters:
- aC:
- aM:
- aY:
- aK:
constructor (CMYK)
constructor(value: CMYK)
CMYK(CMYK value)
init(_ value: CMYK)
Sub New(value As CMYK)
Parameters:
- value:
C
var C: uint8;
uint8 C
var C: uint8
C uint8
FIELD C() As uint8
K
var K: uint8;
uint8 K
var K: uint8
K uint8
FIELD K() As uint8
M
var M: uint8;
uint8 M
var M: uint8
M uint8
FIELD M() As uint8
RGBA
method RGBA: tuple of (UInt32, UInt32, UInt32, UInt32)
(UInt32, UInt32, UInt32, UInt32) RGBA()
func RGBA() -> tuple of (UInt32, UInt32, UInt32, UInt32)
func RGBA() tuple of (UInt32, UInt32, UInt32, UInt32)
Function RGBA() As Tuple (Of UInt32, UInt32, UInt32, UInt32)
Y
var Y: uint8;
uint8 Y
var Y: uint8
Y uint8
FIELD Y() As uint8
C
var C: uint8;
uint8 C
var C: uint8
C uint8
FIELD C() As uint8
K
var K: uint8;
uint8 K
var K: uint8
K uint8
FIELD K() As uint8
M
var M: uint8;
uint8 M
var M: uint8
M uint8
FIELD M() As uint8
Y
var Y: uint8;
uint8 Y
var Y: uint8
Y uint8
FIELD Y() As uint8
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)
// .NET, .NET Standard 2.0
init(_ aC: Byte, _ aM: Byte, _ aY: Byte, _ aK: Byte)
// Island
init(_ aC: uint8, _ aM: uint8, _ aY: uint8, _ aK: uint8)
// .NET, .NET Standard 2.0
Sub New(aC As Byte, aM As Byte, aY As Byte, aK As Byte)
// Island
Sub New(aC As uint8, aM As uint8, aY As uint8, aK As uint8)
Parameters:
- aC:
- aM:
- aY:
- aK:
constructor (CMYK)
constructor(value: CMYK)
CMYK(CMYK value)
init(_ value: CMYK)
Sub New(value As CMYK)
Parameters:
- value:
RGBA
method RGBA: tuple of (UInt32, UInt32, UInt32, UInt32)
(UInt32, UInt32, UInt32, UInt32) RGBA()
func RGBA() -> tuple of (UInt32, UInt32, UInt32, UInt32)
func RGBA() tuple of (UInt32, UInt32, UInt32, UInt32)
Function RGBA() As Tuple (Of UInt32, UInt32, UInt32, UInt32)