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

  Name Description
Public Constructor RasterHsvColor Constructor Overloaded.  Constructs a new RasterHsvColor object from the specified RasterColor object.  
Top

Public Properties

  Name Description
Public Propertystatic (Shared in Visual Basic) Empty Represents an RasterHsvColor that is a null reference (Nothing in Visual Basic).  
Public Property H Gets or sets the hue value.  
Public Property Reserved For internal use by LEADTOOLS.  
Public Property S Gets or sets the saturation value.  
Public Property V Gets or sets the value value.  
Top

Public Methods

  Name Description
Public Method Equals (Inherited from System.ValueType)
Public Methodstatic (Shared in Visual Basic) FromRasterColor Creates a new instance of the RasterHsvColor from a specific RasterColor object.  
Public Method GetHashCode (Inherited from System.ValueType)
Public Method ToRasterColor Converts the RasterHsvColor object to a RasterColor object.  
Public Method ToString (Inherited from System.ValueType)
Top

See Also