v1.2.2
patriciogonzalezvivo
released this
15 Jun 11:25
·
595 commits
to main
since this release
What's Changed
- Added RYB to/from RGB color space conversion
- Added RYB from HSV color space conversion
- hueShiftRYB: shift hue in RYB color space
- mixRYB: color interpolation between 2, 3 and 4 colors in RYB color space
- Sanso-Wada Palette as color values, dyads, triads and tetrads
- linear interpolation between palettes (arrays of colors)
- Color pigments catalog for Windsor&Newton, Gamblin, Rembrandt, Golden and Liquitex for oil, acrylics, gouache and watercolor mediums.
- Zorn palette
sample.[glsl|hlsl]
was renamed tosampler.glsl|hlsl
andsample.[glsl|hlsl]
was added as a index for the entiresample/
folder to be consistent with the pattern on other similar files likemath.glsl
,color/blend.glsl
, etc.- Update math.glsl by @jane00 in #131
- fix some hlsl include to glsl in triangle.glsl and make_vec3 to vec3 by @jane00 in #133
- Typo fix for float2 random2(float2 p) function by @Zvmcevap in #135
- Fix 'smooth' reserved keyword #130 by @UstymUkhman in #136
- Capitalize first character of descriptions by @bonsak in #124
New Contributors
- @jane00 made their first contribution in #131
- @Zvmcevap made their first contribution in #135
- @bonsak made their first contribution in #124
Full Changelog: 1.2.1...1.2.2