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




Describes a color consisting of relative intensities of hue, saturation, value.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Structure RasterHsvColor 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As RasterHsvColor
C# 
[SerializableAttribute()]
public struct RasterHsvColor : ValueType 
Managed Extensions for C++ 
[SerializableAttribute()]
public __value struct RasterHsvColor : public ValueType 
C++/CLI 
[SerializableAttribute()]
public value class RasterHsvColor : public ValueType 

Example

This example converts between HSV and RGB colors and back.

Remarks

For more information on how to use this structure, refer to the RasterImage.AddColorHsvRangeToRegion method.

This structure does not support signed images.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.RasterHsvColor

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also