Method | Description | |
---|---|---|
ColorHSV ( float h, float s, float v, float a ) : System |
Initializes a new instance of the ColorHSV struct.
|
|
Equals ( other ) : bool | ||
Equals ( object obj ) : bool | ||
FromColor ( Xenko.Core.Mathematics.Color4 color ) : |
Converts the color into a HSV color.
|
|
GetHashCode ( ) : int | ||
ToColor ( ) : Xenko.Core.Mathematics.Color4 |
Converts the color into a three component vector.
|
|
ToString ( ) : string |
Returns a string that represents this instance.
|
|
ToString ( IFormatProvider formatProvider ) : string |
Returns a string that represents this instance.
|
|
ToString ( string format ) : string |
Returns a string that represents this instance.
|
|
ToString ( string format, IFormatProvider formatProvider ) : string |
Returns a string that represents this instance.
|
public ColorHSV ( float h, float s, float v, float a ) : System | ||
h | float | The h. |
s | float | The s. |
v | float | The v. |
a | float | A. |
return | System |
public static FromColor ( Xenko.Core.Mathematics.Color4 color ) : |
||
color | Xenko.Core.Mathematics.Color4 | The color. |
return |
public ToColor ( ) : Xenko.Core.Mathematics.Color4 | ||
return | Xenko.Core.Mathematics.Color4 |
public ToString ( IFormatProvider formatProvider ) : string | ||
formatProvider | IFormatProvider | The format provider. |
return | string |
public ToString ( string format ) : string | ||
format | string | The format. |
return | string |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | The format. |
formatProvider | IFormatProvider | The format provider. |
return | string |