scene.org File Archive

File download

<root>­/­demos­/­compilations­/­lost_found_and_more­/­macos/bulle.sit

File size:
333 056 bytes (325.25K)
File date:
2026-04-15 17:56:07
Download count:
all-time: 5

file_id.diz

Hello, a new bulle example

This new one uses copy bits.

I found how works the millions of colors :

B G R A   ( A is the alpha channel ( unused on mac ? ) )

So if you want to access the components :

char *video;

video[x+3] -> Blue
video[x+2] -> Green
video[x+1] -> Red

That's easy when you know it !  ;-)


SAM / OZONE