Click or drag to resize
ColorHSV Methods

The ColorHSV type exposes the following members.

Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current ColorHSV.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(ColorHSV)
Determines whether the specified ColorHSV is equal to the current ColorHSV.
Public methodGetHashCode
Serves as a hash function for a ColorHSV object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Public methodStatic memberLerp
Linearly interpolate the two specified Colors by the specified amount in HSV space.
Public methodToColor
Converts this instance to a Color.
Public methodToString
Returns a String that represents the current ColorHSV.
(Overrides ValueTypeToString.)
Top
See Also