New: Picture effects screen, resizes / mirrors / rotates image (Issue 73)
New: Distort brush (Issue 34) New: Pixel scaler "Triple" for 3x3 zoom (Issue 147) New: Pixel scaler "Quadruple" for 4x4 zoom (Issue 151) New: Pixel scaler "Wide2" for 4x2 zoom (Issue 148) New: Pixel scaler "Tall2" for 2x4 zoom (Issue 149) Fix of very old bug: Resizing the image didn't mark the image 'modified since last save' git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@763 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
12
brush.h
12
brush.h
@@ -68,6 +68,18 @@ void Rotate_brush_preview(float angle);
|
||||
Remap the brush palette to the nearest color in the picture one.
|
||||
Used when switching to the spare page.
|
||||
*/
|
||||
|
||||
/*!
|
||||
Distort the brush on the screen.
|
||||
*/
|
||||
void Distort_brush_preview(short x1, short y1, short x2, short y2, short x3, short y3, short x4, short y4);
|
||||
|
||||
/*!
|
||||
Replace the brush by a distorted version of itself.
|
||||
*/
|
||||
void Distort_brush(short x1, short y1, short x2, short y2, short x3, short y3, short x4, short y4);
|
||||
|
||||
|
||||
void Remap_brush(void);
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user