Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Empty Property (RasterHsvColorHelper)








Represents an RasterHsvColor that represents an empty HSV color.
Syntax
public static RasterHsvColor Empty {get;}
'Declaration
 
Public Shared ReadOnly Property Empty As RasterHsvColor
'Usage
 
Dim value As RasterHsvColor
 
value = RasterHsvColorHelper.Empty
public static RasterHsvColor Empty {get;}
 get_Empty(); 
public:
static property RasterHsvColor Empty {
   RasterHsvColor get();
}

Property Value

An RasterHsvColor that represents an empty HSV color.
Remarks
An empty RasterHsvColor object has all its values set to zero.
Requirements

Target Platforms

See Also

Reference

RasterHsvColorHelper Class
RasterHsvColorHelper Members

Error processing SSI file