+ 1
please what does rgb mean. I know it represents the primary colors but what are the ranges
6 Respostas
+ 3
0-255 max range of red=255 blue=255 and green=255
+ 3
Ok, I'll give you the "extended" answer...
R=red
G=green
B=blue
This are the colors that are in the píxels of phones, TVs, etc.
Máximum of each one is 255 andy min is 0
To create a color you can use Paint , forma example.
You create the color and ir will appear ypu the number of how mant píxels por color.was ysed to forma that color.
i.e.
RGB( 255,0,0) /*Gives you red*/
Hoped it helped. Upvote
0
the value ranges from 0-?
0
Thanks @megacreator. I get it now.
0
The reason 255 is the maximum is that 0 is a value and 256 would involve a higher binary bit, hexadecimal makes 16,777,216 individual colors based on the red blue and green hex triplet values.
0
The ranges for each value are 0-255.