Skip to content

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

License

Notifications You must be signed in to change notification settings

karl-/pb_ColorUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages