Can the ranges set in colorMode have minimum values?

colorMode() can set maximum values for rgb hsb gray alpha parameters, creating ranges between 0 and the given argument between 1 and 255. Can colorMode() also set minimum values for these parameters?

For example: how could I add a minimum value of 50 to the grayscale for this code? colorMode(RGB, 100)

Tagged:

Answers

Sign In or Register to comment.