Static function
Color.FromCYMK
Returns a color from the CYMK format
Syntax
Color.FromCYMK(c = 0, y = 0, m = 0, k = 0, a = 0)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
c
optional
|
number | 0 |
Cyan |
y
optional
|
number | 0 |
Yellow |
m
optional
|
number | 0 |
Magenta |
k
optional
|
number | 0 |
Black |
a
optional
|
number | 0 |
Alpha |
Returns
- Color Final Color