InfoColorSpace property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int InfoColorSpace;

Delphi Syntax

InfoColorSpace: L_INT;

Overview

Refer to Loading a Bitmap from a File

Remarks

(Read only) This property is updated by the GetFileInfo method with the color space of the file. The possible values are:

Value

Meaning

COLORSPACE_BGR

[0] Color space is RGB or BGR

COLORSPACE_YUV

[1] Color space is YUV or YCbCr

COLORSPACE_CMYK

[2] Color space is CMYK

COLORSPACE_CIELAB

[3] Color space is CIELab

Support for 12 and 16-bit grayscale images is available only in the Document/Medical toolkits.

See Also

Elements:

InfoCompress property, InfoFormat property, InfoHeight property, InfoPage property, InfoPCDRes property, InfoSizeDisk property, InfoSizeMem property, InfoWidth property, InfoBits property, InfoAnimation property, InfoAnimationHeight property, InfoHasAlpha property, InfoIFD property, InfoLayers property, InfoTotalPages property, InfoViewPerspective property, InfoXres property, InfoYres property, GetFileInfo method, WriteTag method

Topics:

Raster Images: Loading Files

 

Raster Images: Getting and Setting File Information