improve ladder-type example
This commit is contained in:
parent
04cc471c19
commit
d050baf88d
1 changed files with 5 additions and 2 deletions
|
@ -327,9 +327,12 @@ image-write "out.png" im3
|
|||
\( \tau_1 \sim \tau_2 \) reads "\(\tau_1\) represented as \(\tau_2\)"
|
||||
\end{block}
|
||||
|
||||
\begin{example}\(
|
||||
\begin{example}
|
||||
\small
|
||||
\(
|
||||
Color \sim sRGB
|
||||
\sim HSV \sim \langle \text{Vec3} \quad \mathbb{R}_{[0,1]}
|
||||
\sim HSV \sim \{ Angle \sim Turns \sim \mathbb{R}_{[0,1]}, \mathbb{R}_{[0,1]}, \mathbb{R}_{[0,1]} \}
|
||||
\sim \langle \text{Vec3} \quad \mathbb{R}_{[0,1]}
|
||||
\sim \langle \text{QuantizeLinear} \quad 256 \rangle
|
||||
\sim \mathbb{Z}_{256} \sim \text{machine.UInt8} \sim \text{Byte}
|
||||
\rangle
|
||||
|
|
Loading…
Reference in a new issue