> 0/255 != 1.0 > 0/255 = 0 > 0/### = 0 > > -omega > Blackened Interactive
I think you misread the original message... "You can set the three color ( 0.0 -> 1.0, so, to get a yellow, you can set 255/255.0, 255/255.0, 0/255.0 = 1.0, 1.0, 0.0 )." 255/255.0 will convert to floating point and be 1.0, so... 255/255.0, 255/255.0, 0/255.0 is the same as (i.e. = ) 1.0, 1.0, 0.0. Jeffrey "botman" Broome _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

