Summary
This struct represent a Color in HSV (Hue, Saturation, Value)
For more information visit: https://en.wikipedia.org/wiki/HSL_and_HSV
- Namespace
- MahApps
.Metro .Controls - Interfaces
-
- IEquatable
<HSVColor>
- IEquatable
- Base Types
-
- object
- ValueType
graph BT
Type-->Base0["ValueType"]
Base0-->Base1["object"]
Type-.->Interface0["IEquatable<HSVColor>"]
Type["HSVColor"]
class Type type-node
Syntax
public struct HSVColor : ValueType, IEquatable<HSVColor>
Constructors
| Name | Summary |
|---|---|
| HSVColor |
Creates a new HSV Color from a given Color
|
| HSVColor |
Creates a new HSV Color |
| HSVColor |
Creates a new HSV Color |
Properties
| Name | Value | Summary |
|---|---|---|
| A | double |
Gets the Alpha channel.
|
| Hue | double |
Gets the Hue channel.
|
| Saturation | double |
Gets the Saturation channel
|
| Value | double |
Gets the Value channel
|
Methods
| Name | Value | Summary |
|---|---|---|
| Equals |
bool | |
| ToColor |
Color |
Gets the
Color for this HSV Color struct
|
