You are here: Start » AVL.NET » AVS.CmykToRgb Method
AVS.CmykToRgb Method
Converts color space from Cyan-Magenta-Yellow-Key into Red-Green-Blue.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CmykToRgb ( AvlNet.Image inCmykImage, AvlNet.Image outRgbImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inCmykImage | AvlNet.Image | |||
![]() | outRgbImage | AvlNet.Image |


