Skip to content

Commit

Permalink
更改部分颜色代码
Browse files Browse the repository at this point in the history
  • Loading branch information
MegumiKasuga committed Sep 4, 2024
1 parent a23d112 commit 8aa6b0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public SimpleColor copy() {
* @param h hue, [0, 360)
* @param s Saturation , [0, 1]
* @param i [0, 255]
* @return
* @return rgb values, all ranged [0, 255]
*/
public static float[] hsiToRgb(float h, float s, float i) {
while (h < 0) h += 360;
Expand Down

0 comments on commit 8aa6b0d

Please sign in to comment.