This commit is contained in:
2025-08-30 15:31:33 +08:00
parent 6e7d65b32a
commit 97aa5f3b30
766 changed files with 8238 additions and 1394 deletions
@@ -1126,7 +1126,9 @@ If <code class="paramref">rgb</code> is null, ignore the <code class="paramref">
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Pushes a color onto the color stack by applying an RGB offset to the current color.
Ensures the resulting color stays within [0,1] by shifting or normalizing when needed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -1136,7 +1138,8 @@ If <code class="paramref">rgb</code> is null, ignore the <code class="paramref">
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>rgbOffset</code> <a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd></dd>
<dd><p>The RGB offset to add to the current color.</p>
</dd>
</dl>
@@ -1157,7 +1160,8 @@ If <code class="paramref">rgb</code> is null, ignore the <code class="paramref">
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Pushes a color onto the color stack by applying per-channel RGB offsets to the current color.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -1167,11 +1171,14 @@ If <code class="paramref">rgb</code> is null, ignore the <code class="paramref">
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>rOffset</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
<dd><p>Offset applied to the red channel.</p>
</dd>
<dt><code>gOffset</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
<dd><p>Offset applied to the green channel.</p>
</dd>
<dt><code>bOffset</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
<dd><p>Offset applied to the blue channel.</p>
</dd>
</dl>