Table of Contents

Class HSLColorExtensions

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

Extensions for Colors related to the HSL color model.

[Version(1, 0, 0)]
public static class HSLColorExtensions
Inheritance
HSLColorExtensions
Inherited Members

Methods

GetHue(Color)

Gets the hue of the given color.

GetLuminance(Color)

Get the luminance of the given color.

GetSaturation(Color)

Gets the saturuation of the given color.

ToHSL(Color)

Converts the given color to a ColorHSL.