[]
public static byte[] FromCMYK(double cyan, double magenta, double yellow, double black)
| Type | Name | Description |
|---|---|---|
| double | cyan | |
| double | magenta | |
| double | yellow | |
| double | black |
| Type | Description |
|---|---|
| byte[] |
public static byte[] FromCMYK(byte cyan, byte magenta, byte yellow, byte black)
| Type | Name | Description |
|---|---|---|
| byte | cyan | |
| byte | magenta | |
| byte | yellow | |
| byte | black |
| Type | Description |
|---|---|
| byte[] |