A single layer in a multi-layer texture image that is filled with a solid color. (deprecated).
Inherits :
void | colorChanged ( Color color ) |
void | sizeChanged ( Size size ) |
Deprecated
Exists only to keep code written prior to 4.6.2.23 working. Do not use in new code. Use DzTextureLayer instead.
Sets the size for this color layer.
Parameter(s):
void : colorChanged( Color color )
Signature:“colorChanged(const QColor&)”
Emitted when the layer color changes.
Parameter(s):
void : sizeChanged( Size size )
Signature:“sizeChanged(const QSize&)”
Emitted when the layer size changes.
Parameter(s):