You are here: Start » AVL.NET » AVL.CmykToRgb Method
AVL.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, out AvlNet.Image outRgbImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inCmykImage | AvlNet.Image | |||
![]() | outRgbImage | AvlNet.Image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
| Error type | Description |
|---|---|
| DomainError | Not a 4-channel image in CmykToRgb. |


