Rework palette screen to be better usable
* RGB sliders are twice as high as before (128 pixels) * Preview area is larger * Add save/load buttons (not implemented yet) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2106 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -94,7 +94,7 @@ void Display_paintbrush_in_menu(void);
|
||||
void Display_paintbrush_in_window(word x,word y,int number);
|
||||
|
||||
void Draw_thingumajig(word x,word y, byte color, short direction);
|
||||
void Display_grad_block_in_window(word x_pos,word y_pos,word block_start,word block_end);
|
||||
void Display_grad_block_in_window(word x_pos,word y_pos,word width,word height,word block_start,word block_end);
|
||||
void Window_display_icon_sprite(word x_pos,word y_pos,byte type);
|
||||
|
||||
byte Best_color(byte red,byte green,byte blue);
|
||||
|
||||
Reference in New Issue
Block a user