Components.GetValue
Extension Method in Components
Declaration
public static float GetValue(this Color color)
Description
Returns the "value" component of the color in the range [0..1] using the HSV color model.
Parameters
color | The color to get the component from. |
Returns
float | The "value" component of the color. |