Meet us at at Real World in Orlando, Florida.
All functions
Mac OS X
Windows
Crossplatform
Components
Guides
New in version:
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
GMImage.GetQuantizeColorSpace
Component: GraphicsMagick
Version: 2.0
Mac OS X: Works
Windows: Works
MBS( "GMImage.GetQuantizeColorSpace"; ImageRef )
Parameters
| Parameter | Description | Example value |
|---|---|---|
| ImageRef | The image reference (a number returned from the GMImage.New functions) | 1 |
Result
Returns a number.
Description
Gets the Colorspace to quantize in.UndefinedColorspace = 0, RGBColorspace = 1 (Plain old RGB colorspace), GRAYColorspace = 2 (Plain old full-range grayscale), TransparentColorspace = 3 (RGB but preserve matte channel during quantize), OHTAColorspace = 4, XYZColorspace = 5 (CIE XYZ), YCCColorspace = 6 (Kodak PhotoCD PhotoYCC), YIQColorspace = 7, YPbPrColorspace = 8, YUVColorspace = 9, CMYKColorspace = 10 (Cyan, magenta, yellow, black, alpha), sRGBColorspace = 11 (Kodak PhotoCD sRGB), HSLColorspace = 12 (Hue, saturation, luminosity), HWBColorspace = 13 (Hue, whiteness, blackness), LABColorspace = 14 (LAB colorspace not supported yet other than via lcms), CineonLogRGBColorspace = 15 (RGB data with Cineon Log scaling, 2.048 density range), Rec601LumaColorspace = 16 (Luma (Y) according to ITU-R 601), Rec601YCbCrColorspace = 17 (YCbCr according to ITU-R 601), Rec709LumaColorspace = 18 (Luma (Y) according to ITU-R 709), Rec709YCbCrColorspace = 19 (YCbCr according to ITU-R 709)
Feedback: Report problem or ask question.
Links
MBS Realbasic tutorial videos - Christians Software aus Nickenich