All Projects → karl- → Pb_colorutil

karl- / Pb_colorutil

Licence: mit
A set of types and utilities for converting between color formats in C#.

pb_ColorUtil

A set of types and utilities for converting between color formats in C#.

Get Color Name

pb_ColorUtil.GetColorName(Color color)

Returns the name of the closest matching color (over 1000 unique names).

http://en.wikipedia.org/wiki/List_of_colors:_A%E2%80%93F

New Color Types

  • HSV - pb_HsvColor
  • XYZ - pb_XYZColor
  • CIE-Lab - pb_CIE_Lab_Color

Conversion Methods

  • RGB to XYZ
  • XYZ to CIE-Lab
  • HSV to RGB
  • RGB to HSV
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].