![]() |
![]() |
![]() |
fill the entire draw buffer with a given color
int my_fillbuffer( unsigned long color );
This function fills the entire draw buffer with the given color. In palette mode, color is an index into the palette. In true-color mode, color defines an RGB structure:
(struct rgb_entry *)&color
Photon
Safety: | |
---|---|
Interrupt handler | Not applicable |
Signal handler | Not applicable |
Thread | Not applicable |
![]() |
![]() |
![]() |