Skip to content

Utility functions to convert between various color spaces in GLSL

License

Notifications You must be signed in to change notification settings

briend/GLSL-Color-Spaces

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

GLSL-Color-Spaces

Utility functions to convert between various color spaces in GLSL

Supported conversions

X = Directly implemented

x = Implemented using two or more direct implementions

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

About

Utility functions to convert between various color spaces in GLSL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • GLSL 100.0%