Copy link to clipboard
Copied
Hello all,
Is there a hotkey for adjusting brightness % (color panel) up or down? I'd like to be able to change how light/dark my brush color is on-the-fly while illustrating.
Thank you for taking the time!!!
-Matthew
Copy link to clipboard
Copied
Hi Matthew,
What do you mean by brightness in the Color Panel? Do you mean that you want to change the opacity of the brush? If so, then you can use your number keys at the top of your key board. 1 + 10, 2 = 20, 3= 30 etc. And 0 sets the opacity back to 100.
If this isn't what you are looking for, please give us a little bit more information.
Michelle
Copy link to clipboard
Copied
One could create a Script to adjust the Foreground Color and assign a Keyboard Shortcut to that.
app.foregroundColor.hsb.brightness += 2.0;