Construct a ColorSpace.

 

   

Syntax
 

[C#]
ColorSpace(ObjectSoup soup)
ColorSpace(ObjectSoup soup, ColorSpaceType space)

 

   

Params
 
Name Description
soup The ObjectSoup to contain the newly created StreamObject.
space The type of color space required.

 

   

Notes
 

Create a ColorSpace.

If a color space is not specified the default of DeviceRGB will be used.

 

   

Example
 

See the PixMap.Recolor function.