DAZ Script |
---|
DzColorWgt ( DzWidget parent ) |
void | colorChanged ( Color color ) |
void | editEnd () |
void | editStart () |
void | floatColorChanged ( DzFloatColor color ) |
Provides a control for displaying/selecting a color.
DzFloatColor : defaultFloatColorValue
Holds the default float value of the widget. 4.11.0.371
Holds the deafult value of the widget.
Since:
Holds whether values of each component are displayed as integers in the [0, 255] range, or as floating point values. true
by default.
Since:
Holds whether the float color value of this control is clamped.
Since:
DzFloatColor : floatColorValue
Holds the current float value of the widget.
Since:
Holds the maximum allowable value for any component of a float color.
Since:
Holds the minimum allowable value for any component of a float color.
Since:
Holds whether the widget is considered to have an 'indeterminate' or 'Multiple' value. false
by default.
Holds whether the value is currently being edited. (Read Only)
Since:
Holds whether the default value is restorable if the user holds the [Alt] key when clicked.
Since:
Holds the current value of the widget.
DzColorWgt( DzWidget parent )
Creates a color widget as a child of the given parent widget.
Parameter(s):
void : colorChanged( Color color )
Signature:“colorChanged(const QColor&)”
Emitted when the color is changed.
Parameter(s):
void : editEnd()
Signature:“editEnd()”
Emitted when an editing operation on the slider ends - e.g. the user finishes spinning a color field.
void : editStart()
Signature:“editStart()”
Emitted when an editing operation on the widget begins - e.g. the user starts spinning a color field.
void : floatColorChanged( DzFloatColor color )
Signature:“floatColorChanged(const DzFloatColor&)”
Emitted when the color is changed.
Parameter(s):
Since: