Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobspr committed Jan 30, 2016
1 parent e71c64b commit 9b09f0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ColorSpaces.inc.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ vec3 rgb_to_hcy(vec3 rgb)
return vec3(HCV.x, HCV.y, Y);
}

// Additional conversations doing multiple internal conversions
// Additional conversions converting to rgb first and then to the desired
// color space.

// To srgb
vec3 xyz_to_srgb(vec3 xyz) { return rgb_to_srgb(xyz_to_rgb(xyz)); }
Expand Down

0 comments on commit 9b09f0d

Please sign in to comment.