Skip to content

tobspr/GLSL-Color-Spaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

GLSL-Color-Spaces

Utility functions to convert between various color spaces in GLSL

Supported conversions

d = directly implemented

x = Implemented using two or more direct implementions

From / To RGB sRGB XYZ xyY HCV HUE HSV HSL HCY YCbCr
RGB d d d d d d d d d
sRGB d d x x x x x x x
XYZ d x d d x x x x x
xyY d x d d x x x x x
HCV d
HUE d x x x x d x x x x
HSV d x x x x d x x x
HSL d x x x x x d x x
HCY d x x x x x x d x
YCbCr d x x x x x x x d

About

Utility functions to convert between various color spaces in GLSL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages