Skip to content

Commit af61c73

Browse files
CA-Tatamiclaude
andcommitted
docs: Gradient Mapの輝度サンプリング仕様を明確化
README.mdとREADME_JA.mdのGradient Map説明に、輝度が最大値の場合に グラデーションマップの右端がサンプリングされることを明記しました。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6b38ceb commit af61c73

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ Sets the Gradient Map. The specifications are as follows.
772772
<ul>
773773
<li>Replace the luminance with the colors of the gradient map.</li>
774774
<li>Change the U value for sampling the gradient map according to luminance.</li>
775+
<li>When luminance is at maximum, the right edge of the gradient map is sampled.</li>
775776
<li>Therefore, we need to use a texture with a horizontal gradient.</li>
776777
</ul>
777778
</p>

README_JA.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ Color Correctionはここまでの色を補正します。
776776
<ul>
777777
<li>ここまでの色の輝度をグラデーションマップの色に置き換えます</li>
778778
<li>輝度に応じてグラデーションマップをサンプリングする際のU値を変えます</li>
779+
<li>輝度が最大の場合にグラデーションマップの右端がサンプリングされます</li>
779780
<li>従って横方向にグラデーションがかかったテクスチャを使う必要があります</li>
780781
</ul>
781782
</p>

0 commit comments

Comments
 (0)