#44163 - christosterone - Mon May 30, 2005 7:42 pm
sometimes i need to declare each color component in a 0-31 value, while other times i need to declare them 0-255.
which modes do i declare the colors to 31 and when do i declare them as 255?
ex.
RGB(0,0,0) to RGB(31,31,31)
or
RGB(0,0,0) to RGB(255,255,255)
thanks
which modes do i declare the colors to 31 and when do i declare them as 255?
ex.
RGB(0,0,0) to RGB(31,31,31)
or
RGB(0,0,0) to RGB(255,255,255)
thanks