PDA

View Full Version : Black is turning white????? (edited)



zerobugetgamemaker
08-22-02, 08:03 PM
While editing a 3d plane to make it black, it for some reason, turned white... I checked the pallete, and it said that it should be pitch black... anybody know what I did?

David

Edited:


I minimized ZBrush so I could make this comment, but when I returned, I found the problem solved.... AAAAAAAAAAH!!!!! :mad: what am I, In the twilight zone?

banez
08-22-02, 10:04 PM
RGB 255 255 255 = Black No white

aurick
08-22-02, 11:55 PM
Um, EZ:

0,0,0 = Black
255,255,255 = White

Black is the absence of color. White is the sum of all colors.