Skip to content

v1.2.2

Latest
Compare
Choose a tag to compare
@patriciogonzalezvivo patriciogonzalezvivo released this 15 Jun 11:25
· 17 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
    a
  • mixRYB: color interpolation between 2, 3 and 4 colors in RYB color space
    download
  • Sanso-Wada Palette as color values, dyads, triads and tetrads
    values
    dyads
    triads
    tetrads
  • linear interpolation between palettes (arrays of colors)
    color_palette_lerp
  • Color pigments catalog for Windsor&Newton, Gamblin, Rembrandt, Golden and Liquitex for oil, acrylics, gouache and watercolor mediums.
    color_pigments
  • Zorn palette
    color_zorn
  • sample.[glsl|hlsl] was renamed to sampler.glsl|hlsl and sample.[glsl|hlsl] was added as a index for the entire sample/ folder to be consistent with the pattern on other similar files like math.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

Full Changelog: 1.2.1...1.2.2