get the initial hardware palette
int my_getpalette( struct pal_entry *pbuf );
This function gets the initial hardware palette and stores it in the structure pointed to by pbuf.
| All color printers currently use True Color (3 bits per pixel), so this function is unnecessary. |
Photon
| Safety: | |
|---|---|
| Interrupt handler | Not applicable |
| Signal handler | Not applicable |
| Thread | Not applicable |