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);
KCALENDARCORE_EXPORT QDataStream & operator<<(QDataStream &out, const KCalendarCore::Alarm::Ptr &)
The namespace of this library.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:00:47 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.