Remove docs claiming QColormap is involved in mapping colors to display

Change-Id: Iebf949d91379fff903b229c631b97a3c8a9ad03a
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Tor Arne Vestbø 2025-06-03 00:01:03 +02:00
parent ecad0ca351
commit b02da5f04a
2 changed files with 2 additions and 4 deletions

View File

@ -242,8 +242,7 @@
Any color in Qt is represented by the QColor class which supports
the RGB, HSV and CMYK color models. QColor also support
alpha-blended outlining and filling (specifying the transparency
effect), and the class is platform and device independent (the
colors are mapped to hardware using the QColormap class). For more
effect), and the class is platform and device independent. For more
information, see the QColor class documentation.
The available fill patterns are described by the Qt::BrushStyle

View File

@ -411,8 +411,7 @@ static QStringList get_colornames()
of the provided QRgb, and the qGray() function calculates and
return a gray value based on the given value.
QColor is platform and device independent. The QColormap class
maps the color to the hardware.
QColor is platform and device independent.
For more information about painting in general, see the \l{Paint
System} documentation.