Skip to content

Commit

Permalink
Fix RYB type
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Oct 13, 2023
1 parent 796cc22 commit 016eec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/markdown/colors/ryb.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ same color wheel and no precise color codes.
ColorAide implements Gossett and Chen's algorithm to convert from RYB to sRGB, but also uses an algorithm that employs
Newton's method to approximates the reverse transform. Additionally, their paper implements an easing function that
biases the color transforms to corners of the cube. While we've also implemented this behavior to be true to the paper,
the color spaces does not utilize this biasing by default, but we provide an alternative version does. The biasing
the color spaces does not utilize this biasing by default, but we provide an alternative version that does. The biasing
does not improve the color space, but limits the intermediate colors, essentially clumping them near the corners of the
RYB color cube which was a requirement for the types of data representations that they were performing.

Expand Down

0 comments on commit 016eec6

Please sign in to comment.