GetDCXColorSpace   Method

Description         Return the color space of the n-th DCX image.

Syntax                 iRet = [BIImgFrm.]GetDCXColorSpace FileName nImage

Remarks             iRet                         Integer             Color space of the DCX image, -1 on error.

                            FileName                String              Filename of the DCX.

                            nImage                   Integer             Zero based integer value. The n-th image.

                            Available color space flags:

                            YUV                       10

                            CMY                       11

                            YIQ                        13

                            HSV                        14

                            HSI                         15

                            XYZ                       16

                            LAB                        17

See Also