well after testing it with dbc 113 its back to rgb(0,0,0)
seems like they have changed it.
Id hate to base evaluations of being informed and test it myself.
thats where mistakes come from.
sync on : sync rate 60 : set display mode 800,600,32
ink rgb(255,255,0),1
box 0,0,32,32
ink rgb(0,0,0),1
box 4,4,28,28
ink rgb(8,8,8),1
box 8,8,24,24
get image 1,0,0,32,32,1
cls
make object cube 1,1
texture object 1,1
set object 1,1,0,0,1,1,1,1
disable escapekey : while escapekey()=0
r = wrapvalue(r)+1 : rotate object 1,r,r,r
sync : endwhile
delete object 1 : delete image 1
end