Each parameter of rgb( defines the intensity of colors between 0 to 256.
State True or False.
Select one:
True
False
Answers
Answered by
8
Answer:
Each parameter (red, green, and blue) defines the intensity of the color with a value between 0 and 255.
This means that there are 256 x 256 x 256 = 16777216 possible colors!
For example, rgb(255, 0, 0) is displayed as red, because red is set to its highest value (255), and the other two (green and blue) are set to 0.
Answered by
8
Each parameter of rgb( defines the intensity of colors between 0 to 256.
State True or False.
Select one:
True
False
answer:
false
Similar questions