top of page
normalize
値をノーマライズする式 (Value - Min) / (Max - Min) https://guillermoalgora.com/normalizing-remapping-values.html
6月17日読了時間: 1分


Get the pixel value from 2D Pos
2D position knobを置いたピクセルのRGBの色の値を取得するtcl expression r = [sample this red pos.x pos.y] g = [sample this green pos.x pos.y] b = [sample this blue pos.x pos.y]
6月13日読了時間: 1分
bottom of page