1 .. -*- coding: utf-8; mode: rst -*-
12 The *hue* (h) is measured in degrees, the equivalence between degrees and LSBs
13 depends on the hsv-encoding used, see :ref:`colorspaces`.
14 The *saturation* (s) and the *value* (v) are measured in percentage of the
15 cylinder: 0 being the smallest value and 255 the maximum.
18 The values are packed in 24 or 32 bit formats.
22 \newline\begin{adjustbox}{width=\columnwidth}
24 .. tabularcolumns:: |p{4.2cm}|p{1.0cm}|p{0.7cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.2cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.2cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.2cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{1.7cm}|
26 .. _packed-hsv-formats:
28 .. flat-table:: Packed HSV Image Formats
35 - :cspan:`7` Byte 0 in memory
80 * .. _V4L2-PIX-FMT-HSV32:
82 - ``V4L2_PIX_FMT_HSV32``
120 * .. _V4L2-PIX-FMT-HSV24:
122 - ``V4L2_PIX_FMT_HSV24``
155 \end{adjustbox}\newline\newline
157 Bit 7 is the most significant bit.