LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ColorType Property

Show in webframe







Gets the type of the image.
Syntax
public ImageColorType ColorType {get;}
'Declaration
 
Public ReadOnly Property ColorType As ImageColorType
'Usage
 
Dim instance As ImageColorTypeCommand
Dim value As ImageColorType
 
value = instance.ColorType
public ImageColorType ColorType {get;}
@property (nonatomic, assign, readonly) LTImageColorType colorType;
public ImageColorType getColorType()
 get_ColorType(); 
public:
property ImageColorType ColorType {
   ImageColorType get();
}

Property Value

ImageColorType enumeration value that represents the type of the image.
Remarks

To make the algorithm favor one type over the other, refer to Flag property.

To get the confidence percentage, refer to Confidence property.

Example
For an example, refer to ImageColorTypeCommand example.
Requirements

Target Platforms

See Also

Reference

ImageColorTypeCommand Class
ImageColorTypeCommand Members

 

 


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