Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
ColorValues Class Reference
Collaboration diagram for ColorValues:

Public Member Functions

 ColorValues ()=default
 ColorValues (QRgb rgb)
ColorValuesoperator+= (const ColorValues &other)
ColorValues operator+ (const ColorValues &other)
ColorValuesoperator-= (const ColorValues &other)
ColorValues operator- (const ColorValues &other)
ColorValues operator/= (uint64_t div)
QRgb toRgb ()
 ColorValues ()=default
 ColorValues (QRgb rgb)
ColorValuesoperator+= (const ColorValues &other)
ColorValues operator+ (const ColorValues &other)
ColorValuesoperator-= (const ColorValues &other)
ColorValues operator- (const ColorValues &other)
ColorValues operator/= (uint64_t div)
QRgb toRgb ()

Detailed Description

Definition at line 238 of file qsvgfilter.cpp.

Constructor & Destructor Documentation

◆ ColorValues() [1/4]

ColorValues::ColorValues ( )
default

◆ ColorValues() [2/4]

ColorValues::ColorValues ( QRgb rgb)
inlineexplicit

Definition at line 244 of file qsvgfilter.cpp.

◆ ColorValues() [3/4]

ColorValues::ColorValues ( )
default

◆ ColorValues() [4/4]

ColorValues::ColorValues ( QRgb rgb)
inlineexplicit

Definition at line 244 of file qsvgfilter.cpp.

Member Function Documentation

◆ operator+() [1/2]

ColorValues ColorValues::operator+ ( const ColorValues & other)
inline

Definition at line 255 of file qsvgfilter.cpp.

References operator+=().

Here is the call graph for this function:

◆ operator+() [2/2]

ColorValues ColorValues::operator+ ( const ColorValues & other)
inline

Definition at line 255 of file qsvgfilter.cpp.

◆ operator+=() [1/2]

ColorValues & ColorValues::operator+= ( const ColorValues & other)
inline

Definition at line 246 of file qsvgfilter.cpp.

Referenced by operator+().

Here is the caller graph for this function:

◆ operator+=() [2/2]

ColorValues & ColorValues::operator+= ( const ColorValues & other)
inline

Definition at line 246 of file qsvgfilter.cpp.

◆ operator-() [1/2]

ColorValues ColorValues::operator- ( const ColorValues & other)
inline

Definition at line 271 of file qsvgfilter.cpp.

References operator-=().

Here is the call graph for this function:

◆ operator-() [2/2]

ColorValues ColorValues::operator- ( const ColorValues & other)
inline

Definition at line 271 of file qsvgfilter.cpp.

◆ operator-=() [1/2]

ColorValues & ColorValues::operator-= ( const ColorValues & other)
inline

Definition at line 262 of file qsvgfilter.cpp.

Referenced by operator-().

Here is the caller graph for this function:

◆ operator-=() [2/2]

ColorValues & ColorValues::operator-= ( const ColorValues & other)
inline

Definition at line 262 of file qsvgfilter.cpp.

◆ operator/=() [1/2]

ColorValues ColorValues::operator/= ( uint64_t div)
inline

Definition at line 278 of file qsvgfilter.cpp.

◆ operator/=() [2/2]

ColorValues ColorValues::operator/= ( uint64_t div)
inline

Definition at line 278 of file qsvgfilter.cpp.

◆ toRgb() [1/2]

QRgb ColorValues::toRgb ( )
inline

Definition at line 289 of file qsvgfilter.cpp.

◆ toRgb() [2/2]

QRgb ColorValues::toRgb ( )
inline

Definition at line 289 of file qsvgfilter.cpp.


The documentation for this class was generated from the following file: