Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
separations.qdoc
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
4/*
5 \example painting/separations
6 \title Color Separations Example
7
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.
11
12 \image separations-example.png
13
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.
17*/