ColorSpace property (ILEADRasterIO)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long ColorSpace

Overview

Refer to Loading a Bitmap from a File.

Remarks

Gets or sets the color space of the file. 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

See Also

Elements:

LoadInfo event, LoadInfoFlags property, LoadInfoFormat property, LoadInfoHeight property, LoadInfoOffset property, LoadInfoWidth property, LoadInfoXRes property, LoadInfoYRes property

Topics:

Raster Images: Loading Files