20 lines · plain
1.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later2 3.. _hsv-formats:4 5***********6HSV Formats7***********8 9These formats store the color information of the image10in a geometrical representation. The colors are mapped into a11cylinder, where the angle is the HUE, the height is the VALUE12and the distance to the center is the SATURATION. This is a very13useful format for image segmentation algorithms.14 15 16.. toctree::17 :maxdepth: 118 19 pixfmt-packed-hsv20