See Also Examples Applies To
Returns the color space of the native GdPicture image.
Syntax
object.GetImageColorSpace ()
The GetImageColorSpace syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
ImageColorSpaces. Long. Can be:
ImageColorSpaceUnknown = 0
ImageColorSpaceRGB = 1
ImageColorSpaceCMYK = 2
ImageColorSpaceGRAY = 3
ImageColorSpaceYCBCR = 4
ImageColorSpaceYCCK = 5
Category
Get & Set Std. Image Properties