Go to: Synopsis. Return value. MEL examples.
scaleBrushBrightness (float $scaleFac, int $template)
None
Variable Name | Variable Type | Description |
---|---|---|
$scaleFac | float | A factor to scale the brightness by. |
$template | int | If true then the factor is applied to the template, or current brush. Otherwise it is applied to selected strokes and brushes. |
scaleBrushBrightness (2.5, true); scaleBrushBrightness (0.5, false);