In The Hand LtdIn The Hand
GetSaturation Method (color)
NamespacesInTheHand.DrawingColorHelperGetSaturation(Color)
.NET Components for Mobility
Gets the hue-saturation-brightness (HSB) saturation value for this Color structure.
Declaration Syntax
C#Visual Basic
public static float GetSaturation(
	Color color
)
Public Shared Function GetSaturation ( _
	color As Color _
) As Single
Parameters
color (Color)

[Missing <param name="color"/> documentation for "M:InTheHand.Drawing.ColorHelper.GetSaturation(System.Drawing.Color)"]

Return Value
The saturation of this Color. The saturation ranges from 0.0 through 1.0, where 0.0 is grayscale and 1.0 is the most saturated.

Assembly: InTheHand.Drawing (Module: InTheHand.Drawing) Version: 7.0.0.0