You are here: Start » AVL.NET » AVL.Rgb555ToRgb888 Method
AVL.Rgb555ToRgb888 Method
Converts a RGB555 image into a RGB888 one.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void Rgb555ToRgb888( AvlNet.Image inRgb555Image, out AvlNet.Image outRgb888Image )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRgb555Image | AvlNet.Image | |||
![]() | outRgb888Image | 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 1-channel and 16-bit image in Rgb555ToRgb888. |


