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
qcolorutil.cpp File Reference

(f6b29daa6df3b1fa6f087693732c7aa89854c59f)

#include "qcolorutil_p.h"
#include <QtGui/qcolor.h>
#include <QtGui/qvector3d.h>
#include <cmath>
Include dependency graph for qcolorutil.cpp:

Go to the source code of this file.

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.

Functions

QVector3D QT_BEGIN_NAMESPACE::RGBToYUV (const QColor &c)
bool fuzzyCompare (const QColor &lhs, const QColor &rhs, float tol)

Function Documentation

◆ fuzzyCompare()

bool fuzzyCompare ( const QColor & lhs,
const QColor & rhs,
float tol )

Definition at line 30 of file qcolorutil.cpp.