GetPCXColorSpace   Method

Description         Return the color space of the PCX image.

Syntax                 iRet = [BIImgFrm.]GetPCXColorSpace FileName

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

                            FileName                String              Filename of the PCX.

                            Available color space flags:

                            YUV                       10

                            CMY                       11

                            YIQ                        13

                            HSV                        14

                            HSI                         15

                            XYZ                       16

                            LAB                        17

See Also