LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ColorSpace Property

Show in webframe





Gets or sets the colorspace used for the ICC profile.
Syntax
public IccColorspaceType ColorSpace {get; set;}
'Declaration
 
Public Property ColorSpace As IccColorspaceType
'Usage
 
Dim instance As IccHeader
Dim value As IccColorspaceType
 
instance.ColorSpace = value
 
value = instance.ColorSpace

            

            
public:
property IccColorspaceType ColorSpace {
   IccColorspaceType get();
   void set (    IccColorspaceType value);
}

Property Value

A value that indicates the color space used for the ICC profile. For a list of possible values, refer to IccColorspaceType.
Requirements

Target Platforms

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.