| Name |
Type |
g/s |
Description |
| bgcolor |
float |
|
Sets the color for the number box object's displayed/unclicked background. |
| bordercolor |
float |
|
Sets the color for the number box object's outline. |
| cantchange |
int |
|
Toggles the ability to disallow changes with the mouse or the computer keyboard. The default is 0 (mouse/keyboard output active). |
|
def.:0 |
| hbgcolor |
float |
|
Sets the RGBA values for the background of the number box when it is highlighted or being updated. |
| htextcolor |
float |
|
Sets the RGBA values for the number values displayed by the number box when it is highlighted or being updated. |
| htricolor |
float |
|
Sets the highlight color for the triangle inside the number box object that indicates that the contents are editable. |
| maximum |
atom |
|
Sets the maximum value that can be displayed or sent out by the number box. |
|
def.:<none> |
| minimum |
atom |
|
Sets the minimum value that can be displayed or sent out by the number box. |
|
def.:<none> |
| mouseup |
int |
|
Toggles the ability to send a number only when the mouse button is released, rather than continuously. The default is 0 (continuous display). |
|
def.:0 |
| numdecimalplaces |
int |
|
Specifies the number of decimal places used when displaying a value. |
|
def.:0 |
| outputonclick |
int |
|
Toggles outputting a value on mouse click. |
|
def.:0 |
| textcolor |
float |
|
Sets the color for the number box object's displayed/unclicked number values. |
| triangle |
int |
|
Toggles the drawing of a triangular arrow pointing to the number in the number box. The default is 1 (draw the triangle). |
|
def.:1 |
| tricolor |
float |
|
Sets the color for the triangle inside the number box object that indicates that the contents are editable. |
| triscale |
float |
|
Scales the size of the triangle drawn in the number box. |
|
def.:1. |
Legacy |
| brgba |
list (3 ints) |
|
brgba is a legacy RGB alias for the bgcolor RGBA attribute. See here for more information. |
| frgba |
list (3 ints) |
|
frgba is a legacy RGB alias for the textcolor RGBA attribute. See here for more information. |
| rgba2 |
list (3 ints) |
|
rgba2 is a legacy RGB alias for the htextcolor RGBA attribute. See here for more information. |
| rgba3 |
list (3 ints) |
|
rgba3 is a legacy RGB alias for the hbgcolor RGBA attribute. See here for more information. |
| rgba4 |
list (3 ints) |
|
rgba4 is a legacy RGB alias for the bordercolor RGBA attribute. See here for more information. |