Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
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 GFDL-1.3-no-invariants-only
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*/