Palette now uses RGB components in the full 0-255 range instead of 0-63.
All palette functions can be used in HSL color space too (multi-select, etc). Fixed some more missing refreshes in Palette screen. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@368 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
4
global.h
4
global.h
@@ -445,8 +445,8 @@ GLOBAL short Trame_Hauteur; // Hauteur de la trame
|
||||
GLOBAL byte Colorize_Mode; // Le mode Colorize est enclenché
|
||||
GLOBAL byte Colorize_Opacite; // Intensité du Colorize
|
||||
GLOBAL byte Colorize_Mode_en_cours; // Le type de Colorize en cours (0-2)
|
||||
GLOBAL word Table_de_multiplication_par_Facteur_A[64];
|
||||
GLOBAL word Table_de_multiplication_par_Facteur_B[64];
|
||||
GLOBAL word Table_de_multiplication_par_Facteur_A[256];
|
||||
GLOBAL word Table_de_multiplication_par_Facteur_B[256];
|
||||
|
||||
// Mode smooth:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user