top of page

Get the pixel value from 2D Pos

  • 8 時間前
  • 読了時間: 1分

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]

コメント


bottom of page