Started work on the gradiation rectangle.
The handling in the operation engine should work pretty well. I would like to do some changes, however (displaying the bottomright of the rectangle, and use XOR for the vector, for example) Now, i have to do the real thing, the gradiation calculation and drawing. But let's see that tomorrow... git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@299 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
3
global.h
3
global.h
@@ -594,7 +594,8 @@ GLOBAL short Pipette_Y;
|
||||
FORME_CURSEUR_CIBLE , // Ellipses dégradées
|
||||
FORME_CURSEUR_ROTATE_XOR , // Faire tourner brosse
|
||||
FORME_CURSEUR_CIBLE_XOR , // Etirer brosse
|
||||
FORME_CURSEUR_CIBLE // Deformer brosse
|
||||
FORME_CURSEUR_CIBLE , // Deformer brosse
|
||||
FORME_CURSEUR_CIBLE_XOR , // Rectangle degrade
|
||||
};
|
||||
#else
|
||||
extern byte CURSEUR_D_OPERATION[NB_OPERATIONS];
|
||||
|
||||
Reference in New Issue
Block a user