C# Class SoundInTheory.DynamicImage.Util.ColorExtensionMethods

Mostra file Open project: sitdap/dynamic-image

Public Methods

Method Description
GetBrightness ( this c ) : float
GetHue ( this c ) : float
GetSaturation ( this c ) : float

Method Details

GetBrightness() public static method

public static GetBrightness ( this c ) : float
c this
return float

GetHue() public static method

public static GetHue ( this c ) : float
c this
return float

GetSaturation() public static method

public static GetSaturation ( this c ) : float
c this
return float