29 constexpr QskHctColor( qreal hue, qreal chrome, qreal tone = 40 )
noexcept;
33 void setHue( qreal hue );
34 constexpr qreal hue()
const noexcept;
36 void setChroma( qreal chroma )
noexcept;
37 constexpr qreal chroma()
const noexcept;
39 void setTone( qreal tone )
noexcept;
40 constexpr qreal tone()
const noexcept;
42 constexpr QskHctColor toned( qreal tone )
const noexcept;
55inline constexpr QskHctColor::QskHctColor( qreal hue, qreal chroma, qreal tone ) noexcept
62inline constexpr qreal QskHctColor::hue() const noexcept
67inline constexpr qreal QskHctColor::chroma() const noexcept
72inline constexpr qreal QskHctColor::tone() const noexcept
77inline constexpr QskHctColor QskHctColor::toned( qreal tone )
const noexcept
82#ifndef QT_NO_DEBUG_STREAM
85 QSK_EXPORT QDebug operator<<( QDebug,
const QskHctColor& );