tune
This commit is contained in:
@@ -482,38 +482,6 @@ Projection matrix = <a class="xref" href="Hi.Disp.Bind.html#Hi_Disp_Bind_ScalePr
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_Bind_RGB_" data-uid="Hi.Disp.Bind.RGB*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_Bind_RGB" data-uid="Hi.Disp.Bind.RGB">
|
||||
RGB
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>External RGB Color for the <a class="xref" href="Hi.Disp.Drawing.html">Drawing</a> which the <a class="xref" href="Hi.Disp.Drawing.html#Hi_Disp_Drawing_KeyStamp">KeyStamp</a> does not contains C.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Vec3d RGB { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_Bind_Reciprocal_vs_scale_" data-uid="Hi.Disp.Bind.Reciprocal_vs_scale*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_Bind_Reciprocal_vs_scale" data-uid="Hi.Disp.Bind.Reciprocal_vs_scale">
|
||||
@@ -546,6 +514,38 @@ Projection matrix = <a class="xref" href="Hi.Disp.Bind.html#Hi_Disp_Bind_ScalePr
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_Bind_Rgb_" data-uid="Hi.Disp.Bind.Rgb*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_Bind_Rgb" data-uid="Hi.Disp.Bind.Rgb">
|
||||
Rgb
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>External RGB Color for the <a class="xref" href="Hi.Disp.Drawing.html">Drawing</a> which the <a class="xref" href="Hi.Disp.Drawing.html#Hi_Disp_Drawing_KeyStamp">KeyStamp</a> does not contains C.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Vec3d Rgb { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_Bind_ScaleProjMat_" data-uid="Hi.Disp.Bind.ScaleProjMat*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_Bind_ScaleProjMat" data-uid="Hi.Disp.Bind.ScaleProjMat">
|
||||
@@ -1119,6 +1119,72 @@ If <code class="paramref">rgb</code> is null, ignore the <code class="paramref">
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_Bind_PushColorByRgbOffset_" data-uid="Hi.Disp.Bind.PushColorByRgbOffset*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_Bind_PushColorByRgbOffset_Hi_Geom_Vec3d_" data-uid="Hi.Disp.Bind.PushColorByRgbOffset(Hi.Geom.Vec3d)">
|
||||
PushColorByRgbOffset(Vec3d)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void PushColorByRgbOffset(Vec3d rgbOffset)</code></pre>
|
||||
</div>
|
||||
|
||||
<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>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_Bind_PushColorByRgbOffset_" data-uid="Hi.Disp.Bind.PushColorByRgbOffset*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_Bind_PushColorByRgbOffset_System_Double_System_Double_System_Double_" data-uid="Hi.Disp.Bind.PushColorByRgbOffset(System.Double,System.Double,System.Double)">
|
||||
PushColorByRgbOffset(double, double, double)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void PushColorByRgbOffset(double rOffset, double gOffset, double bOffset)</code></pre>
|
||||
</div>
|
||||
|
||||
<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>
|
||||
<dt><code>gOffset</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>bOffset</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Disp_Bind_PushCoveringPixelMode_" data-uid="Hi.Disp.Bind.PushCoveringPixelMode*"></a>
|
||||
|
||||
<h3 id="Hi_Disp_Bind_PushCoveringPixelMode" data-uid="Hi.Disp.Bind.PushCoveringPixelMode">
|
||||
|
||||
Reference in New Issue
Block a user