23 constexpr GenericColor() =
default;
28 explicit GenericColor(
const Trio &init)
39 explicit constexpr GenericColor(
const cmsCIELab &init)
50 explicit constexpr GenericColor(
const cmsCIEXYZ &init)
61 explicit constexpr GenericColor(
const LchDouble &init)
76 constexpr GenericColor(
const double v1,
const double v2,
const double v3)
90 constexpr GenericColor(
const double v1,
const double v2,
const double v3,
const double v4)
100 bool operator==(
const GenericColor &other)
const;
101 bool operator!=(
const GenericColor &other)
const;
103 [[nodiscard]] cmsCIELab reinterpretAsLabToCmscielab()
const;
104 [[nodiscard]] LchDouble reinterpretAsLchToLchDouble()
const;
105 [[nodiscard]] cmsCIEXYZ reinterpretAsXyzToCmsciexyz()
const;
107 [[nodiscard]] Trio toTrio()
const;
KTEXTEDITOR_EXPORT QDebug operator<<(QDebug s, const MovingCursor &cursor)
The namespace of this library.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Sep 6 2024 11:56:13 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.