Split a RGB image into HSI planes. \n
* Source image can be IM_RGB/IM_BYTE or IM_RGB/IM_FLOAT only. Target images are all IM_GRAY/IM_FLOAT. \n
* Source images must normalized to 0-1 if type is IM_FLOAT (\ref imProcessToneGamut can be used).
* See \ref hsi for a definition of the color conversion.\n
* Source and target must have the same size.
*
* \verbatim im.ProcessSplitHSI(src_image: imImage, h_image: imImage, s_image: imImage, i_image: imImage) [in Lua 5] \endverbatim
* \verbatim im.ProcessSplitHSINew(src_image: imImage) -> h_image: imImage, s_image: imImage, i_image: imImage [in Lua 5] \endverbatim
* \ingroup colorproc
Split a RGB image into HSI planes. \n * Source image can be IM_RGB/IM_BYTE or IM_RGB/IM_FLOAT only. Target images are all IM_GRAY/IM_FLOAT. \n * Source images must normalized to 0-1 if type is IM_FLOAT (\ref imProcessToneGamut can be used). * See \ref hsi for a definition of the color conversion.\n * Source and target must have the same size. * * \verbatim im.ProcessSplitHSI(src_image: imImage, h_image: imImage, s_image: imImage, i_image: imImage) [in Lua 5] \endverbatim * \verbatim im.ProcessSplitHSINew(src_image: imImage) -> h_image: imImage, s_image: imImage, i_image: imImage [in Lua 5] \endverbatim * \ingroup colorproc