ColorRange¶
- Type:
Matrix<float>
- Range:
[v_11, …, v_1j; …; v_i1, …; v_ij], i<=3, j<=2
- Default:
-/-
- Appearance:
simple
- Excludes:
Color range as a rgb (red-green-blue) box (3x2 matrix).
A rgb color
is normalized so that
. The color range box is defined as
![\begin{eqnarray*}
\left[
\begin{array}{cc }
r_\mathrm{min} & r_\mathrm{max} \\
g_\mathrm{min} & g_\mathrm{max} \\
b_\mathrm{min} & b_\mathrm{max} \\
\end{array}
\right]
\end{eqnarray*}](_images/math/f1c3e01244898108dc8ebeae130d9911b145e29b.png)
A pixel with with color
is selected if
