Perceptual Color
7#include "genericcolor.h"
47 [[nodiscard]]
static RgbColor fromHsl(
const GenericColor &color);
48 [[nodiscard]]
static RgbColor fromHsv(
const GenericColor &color);
49 [[nodiscard]]
static RgbColor fromHwb(
const GenericColor &color);
50 [[nodiscard]]
static RgbColor fromRgb255(
const GenericColor &color, std::optional<double> hue = std::optional<double>());
51 [[nodiscard]]
static RgbColor fromRgbQColor(
const QColor &color);
63 RgbColor(
const RgbColor &other) =
default;
67 RgbColor &operator=(
const RgbColor &other) =
default;
85 [[nodiscard]]
bool operator==(
const RgbColor &other)
const;
109 void fillAll(QColor color, std::optional<double> hue);
112QDebug operator<<(QDebug dbg,
const PerceptualColor::RgbColor &value);
The namespace of this library.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:46:56 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.