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:
parent
ecad0ca351
commit
b02da5f04a
@ -242,8 +242,7 @@
|
|||||||
Any color in Qt is represented by the QColor class which supports
|
Any color in Qt is represented by the QColor class which supports
|
||||||
the RGB, HSV and CMYK color models. QColor also support
|
the RGB, HSV and CMYK color models. QColor also support
|
||||||
alpha-blended outlining and filling (specifying the transparency
|
alpha-blended outlining and filling (specifying the transparency
|
||||||
effect), and the class is platform and device independent (the
|
effect), and the class is platform and device independent. For more
|
||||||
colors are mapped to hardware using the QColormap class). For more
|
|
||||||
information, see the QColor class documentation.
|
information, see the QColor class documentation.
|
||||||
|
|
||||||
The available fill patterns are described by the Qt::BrushStyle
|
The available fill patterns are described by the Qt::BrushStyle
|
||||||
|
@ -411,8 +411,7 @@ static QStringList get_colornames()
|
|||||||
of the provided QRgb, and the qGray() function calculates and
|
of the provided QRgb, and the qGray() function calculates and
|
||||||
return a gray value based on the given value.
|
return a gray value based on the given value.
|
||||||
|
|
||||||
QColor is platform and device independent. The QColormap class
|
QColor is platform and device independent.
|
||||||
maps the color to the hardware.
|
|
||||||
|
|
||||||
For more information about painting in general, see the \l{Paint
|
For more information about painting in general, see the \l{Paint
|
||||||
System} documentation.
|
System} documentation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user