On all screens that display a palette, the grey columns are no longer "dead", you can
click them to pick the color to its right.
Added help text for HSL mode in Palette, and Grad rectangle
Fixed display of colored rectangles in Palette screen (issue 64)
Fixed more missing refreshes in the Palette screen
Fixed wrong shortcuts in Palette screen
Removed an obsolete message ("Sensibilite Souris") and dead code
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@370 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
5
moteur.h
5
moteur.h
@@ -61,9 +61,10 @@ void Fenetre_Definir_bouton_saisie(word Pos_X,word Pos_Y,word Largeur_en_caracte
|
||||
|
||||
byte Fenetre_click_dans_zone(short Debut_X,short Debut_Y,short Fin_X,short Fin_Y);
|
||||
short Attendre_click_dans_palette(struct Fenetre_Bouton_palette * Enreg);
|
||||
void Recuperer_couleur_derriere_fenetre(byte * Couleur, byte * Click);
|
||||
|
||||
void Recuperer_couleur_derriere_fenetre(byte * Couleur, byte * Click);
|
||||
|
||||
short Fenetre_Bouton_clicke(void);
|
||||
int Numero_bouton_sous_souris(void);
|
||||
short Fenetre_Numero_bouton_clicke(void);
|
||||
void Remappe_fond_fenetres(byte * Table_de_conversion, int Min_Y, int Max_Y);
|
||||
void Pixel_fond(int Pos_X, int Pos_Y, byte Couleur);
|
||||
|
||||
Reference in New Issue
Block a user