Skip to content

Commit

Permalink
presetColorsを供用
Browse files Browse the repository at this point in the history
  • Loading branch information
inaridarkfox4231 committed Oct 8, 2024
1 parent d1de9bf commit bbcc023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/p5wgex.js
Original file line number Diff line number Diff line change
Expand Up @@ -9675,6 +9675,7 @@ const p5wgex = (function(){
ex.getInverseTranspose3x3 = getInverseTranspose3x3;
ex.getTranspose3x3 = getTranspose3x3; // これ必要ですね...
// 色関連
ex.presetColors = presetColors; // 色パレット
ex.hsv2rgb = hsv2rgb;
ex.hsvArray = hsvArray;
ex.hsl2rgb_soft = hsl2rgb_soft;
Expand Down

0 comments on commit bbcc023

Please sign in to comment.