Answered
alert value h s b
I would like a warning window if possible
with the values H S B
as shown.

I would like a warning window if possible
with the values H S B
as shown.

I hope that I understand you right:
you want to open the color picker and gets the hsb value of this color?
If so, try this:
app.showColorPicker();
var col = app.foregroundColor.hsb;
alert(col.hue);
alert(col.saturation);
alert(col.brightness);
hsb.hue + hsb. saturation + hsb.brightness
Have fun
![]()
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.