[Prev: System] [Home] [Next: ByteArray]
The Color is used to represent colors. Instances of Color can be passed to C++ slots that take arguments of type QColor.
The red component of the color. This is a value between 0 and 255.
The green component of the color. This value is between 0 and 255.
The blue component of the color. This value is between 0 and 255.
The name of the color.
The rgb color code of the color. The color code is a bitmask on the form 0xrrggbb, where rr is the red component, gg is the green component, and bb is the blue component.
setRgb( colorcode )
Sets the color code of the color. The value is a bitmask on the form described above.
[Prev: System] [Home] [Next: ByteArray]