HsiToRgb
Converts color space from Hue-Saturation-Intensity into Red-Green-Blue.
Syntax
C++
C#
Python
def HsiToRgb( inHsiImage: Image, outRgbImage: Image, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHsiImage | Image | ||
![]() |
outRgbImage | Image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
This operation supports processing on OpenCL compatible device.


