ThemeColor QML Type
Defines the color in a Theme3D. More...
| Import Statement: | import QtDataVisualization 1.12 |
| Since: | QtDataVisualization 1.0 |
| Status: | Deprecated |
This type is deprecated. We strongly advise against using it in new code.
Properties
- color : color
Detailed Description
Defines a color in Theme3D::baseColors property of Theme3D.
Property Documentation
color : color
The color property describes the color of this ThemeColor.
The default color is black.
Note: Transparency is not supported and will result in undefined behavior.