You are here: Start » AVL.NET » AVL.LabToRgb Method
AVL.LabToRgb Method
Converts color space from L*a*b* to Red-Green-Blue.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void LabToRgb( AvlNet.Image inLabImage, out AvlNet.Image outRgbImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLabImage | 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 3-channel image in LabToRgb. |


