HslColor Methods
Name | Description |
---|---|
ApplyHue(Int32) | |
ApplyHueMod(Int32) | |
ApplyHueOffset(Int32) | |
ApplyLightness(Int32) | |
ApplyLightnessMod(Int32) | |
ApplyLightnessOffset(Int32) | |
ApplySaturation(Int32) | |
ApplySaturationMod(Int32) | |
ApplySaturationOffset(Int32) | |
ApplyTint(Double) | |
CalculateRgb(Color, Double) static | |
Equals(HslColor) | |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | |
FromRgb(Color) static | |
GetComplementColor() | |
GetHashCode() | |
GetType() | Gets the Type of the current instance. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToRgb() | |
ToString() | Returns the fully qualified type name of this instance. Inherited from ValueType. |
See Also