Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
レジスターの 1 つのカラー チャネルに 1.0 を単純に追加しようとすると、次のことができますか?
私がやろうとしていることの例:
//AGAL code - Just trying to add one to red-value of ft1, and assign it to ft2 add ft2.r, ft1.r, 1.0
残念ながら、いいえ、定数をfc0などを介して渡す必要があります。
add ft2.r, ft1.r, fc0.r