You are here: Start » AVL.NET » Function Reference » Image » Image Color Spaces » AVL.LabToRgb
Converts color space from L*a*b* to Red-Green-Blue.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
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
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Not a 3-channel image in LabToRgb. |
| DomainError | Not supported inLabImage pixel format in LabToRgb. Supported formats: 3xReal. |


