1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
5 \example painting/separations
6 \title Color Separations Example
8 This example enables simple color manipulation of images and demonstrates a
9 number of image-related features of Qt, from per-pixel image manipulation to
10 drag and drop handling of images.
12 \image separations-example.png
14 The application allows the user to load an image, shown in the top-left
15 part of the main window, and to adjust its color balance by replacing its
16 initial cyan, magenta, and yellow components with different colors.