Colourful icon indicating copy to clipboard operation
Colourful copied to clipboard

🎨 Open source .NET library for working with color spaces.

Results 37 Colourful issues
Sort by recently updated
recently updated
newest added

- some interesting example usages, e.g.: - xy to RGB conversion - generating a horseshoe diagram - adjusting white balance - performing gamma correction - blurring an image in linear...

documentation

- Note: Mentioned issue in topic-conversion.md.

documentation

Currently, we use Kim, et. al. Besides Robertson's, there's also McCamy, or Javier Hernandez-Andres, see: https://en.wikipedia.org/wiki/Color_temperature#Approximation See: http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html See also: https://en.wikipedia.org/w/index.php?title=Template:Color_temperature&action=edit --- Note: Issue mentioned in https://github.com/tompazourek/Colourful/blob/vnext/docs/topic-cct.md

enhancement

- Currently, the `NormalizeIntensity` method is needed for RGB. Can this be done automatically?

enhancement

- Note: We could also have formatting into the hex string (e.g. `#FFC000`)

enhancement

It can be useful when we only care about the chromaticity, not the intensity. It's implemented as follows: - find the max channel - divide all channels by the max...

enhancement

- https://en.wikipedia.org/wiki/LMS_color_space#Image_processing

enhancement

- https://bottosson.github.io/posts/oklab/ - https://news.ycombinator.com/item?id=25525726

enhancement

Reference: http://jcgt.org/published/0002/02/01/paper.pdf

enhancement