Displaying 2 results from an estimated 2 matches for "qcolor".
Did you mean:
color
2017 Aug 21
20
[Bug 102349] New: nv4x crashing with plasmashell - gdb log included
...from
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#8 0x00007ffff5e3cd37 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#9 0x00007ffff5e3abe4 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#10 0x00007ffff5ec2a97 in QQuickTextNode::addGlyphs(QPointF const&, QGlyphRun
const&, QColor const&, QQuickText::TextStyle, QColor const&, QSGNode*) () from
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#11 0x00007ffff5ec77a4 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#12 0x00007ffff5ec3a1c in QQuickTextNode::addTextLayout(QPointF const&,
QTextLayout*, QColor const&a...
2013 Feb 28
2
Ploting different values with different colors
Hello I am trying to plot a 20 x 20 grid of points with the colors of each
point refering to percent cover of that specific point
So basically the point are all the same size and their position on the
graph is base on their coordinates (x,y). I want the color (a grey scale
from white=0 to black =100) to represent the values of each of these point
(cover)
Here is what my data looks like