Skip to content

Instantly share code, notes, and snippets.

@UweKeim
UweKeim / ColorConverting.cs
Last active July 24, 2024 09:00
HSL color, HSB color and RGB color types, as well as conversion methods between them in C# and .NET
namespace ZetaColorEditor.Colors;
using System;
using System.Drawing;
/// <summary>
/// Provides color conversion functionality.
/// </summary>
/// <remarks>
/// http://en.wikipedia.org/wiki/HSV_color_space