Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterHsvColor Structure Members
See Also  Properties  Methods 
Leadtools Namespace : RasterHsvColor Structure


The following tables list the members exposed by RasterHsvColor.

Public Constructors

 NameDescription
Public ConstructorRasterHsvColor ConstructorOverloaded.  Constructs a new RasterHsvColor object from the specified RasterColor object.  
Top

Public Properties

 NameDescription
Public Propertystatic (Shared in Visual Basic)Empty Represents an RasterHsvColor that is a null reference (Nothing in Visual Basic).  
Public PropertyH Gets or sets the hue value.  
Public PropertyReserved For internal use by LEADTOOLS.  
Public PropertyS Gets or sets the saturation value.  
Public PropertyV Gets or sets the value value.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from System.ValueType)
Public Methodstatic (Shared in Visual Basic)FromRasterColor Creates a new instance of the RasterHsvColor from a specific RasterColor object.  
Public MethodGetHashCode (Inherited from System.ValueType)
Public MethodToRasterColor Converts the RasterHsvColor object to a RasterColor object.  
Public MethodToString (Inherited from System.ValueType)
Top

See Also