You are here: Start » FIL.NET » Function Reference » Image » Image Color Spaces » FIL.LabToRgb
Converts color space from L*a*b* to Red-Green-Blue.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLabImage | FilNet.Image | |||
![]() | outRgbImage | FilNet.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. |