GrafX2 2.9.3227
The ultimate 256-color painting program
special.c File Reference
#include <stdlib.h>
#include <string.h>
#include "const.h"
#include "struct.h"
#include "global.h"
#include "graph.h"
#include "engine.h"
#include "windows.h"
#include "special.h"
#include "pages.h"
#include "misc.h"
#include "osdep.h"
#include "buttons.h"
+ Include dependency graph for special.c:

Functions

void Set_paintbrush_size (int width, int height)
 
void Smaller_paintbrush (void)
 
void Bigger_paintbrush (void)
 
void Special_next_forecolor (void)
 
void Special_previous_forecolor (void)
 
void Special_next_backcolor (void)
 
void Special_previous_backcolor (void)
 
void Special_next_user_forecolor (void)
 Picks the next foreground color, according to current shade table. More...
 
void Special_previous_user_forecolor (void)
 Picks the previous foreground color, according to current shade table. More...
 
void Special_next_user_backcolor (void)
 Picks the next background color, according to current shade table. More...
 
void Special_previous_user_backcolor (void)
 Picks the previous background color, according to current shade table. More...
 
void Scroll_screen (short delta_x, short delta_y)
 
void Scroll_magnifier (short delta_x, short delta_y)
 
void Zoom (short delta)
 
void Zoom_set (int index)
 Set zoom value. More...
 
void Transparency_set (byte amount)
 Command that sets the transparency level. More...
 

Function Documentation

◆ Set_paintbrush_size()

◆ Smaller_paintbrush()

◆ Bigger_paintbrush()

◆ Special_next_forecolor()

void Special_next_forecolor ( void  )

◆ Special_previous_forecolor()

void Special_previous_forecolor ( void  )

◆ Special_next_backcolor()

void Special_next_backcolor ( void  )

◆ Special_previous_backcolor()

void Special_previous_backcolor ( void  )

◆ Special_next_user_forecolor()

void Special_next_user_forecolor ( void  )

Picks the next foreground color, according to current shade table.

References Display_cursor(), Fore_color, Hide_cursor, Set_fore_color(), and Shade_table_left.

Referenced by Main_handler().

◆ Special_previous_user_forecolor()

void Special_previous_user_forecolor ( void  )

Picks the previous foreground color, according to current shade table.

References Display_cursor(), Fore_color, Hide_cursor, Set_fore_color(), and Shade_table_right.

Referenced by Main_handler().

◆ Special_next_user_backcolor()

void Special_next_user_backcolor ( void  )

Picks the next background color, according to current shade table.

References Back_color, Display_cursor(), Hide_cursor, Set_back_color(), and Shade_table_left.

Referenced by Main_handler().

◆ Special_previous_user_backcolor()

void Special_previous_user_backcolor ( void  )

Picks the previous background color, according to current shade table.

References Back_color, Display_cursor(), Hide_cursor, Set_back_color(), and Shade_table_right.

Referenced by Main_handler().

◆ Scroll_screen()

◆ Scroll_magnifier()

◆ Zoom()

◆ Zoom_set()

void Zoom_set ( int  index)

◆ Transparency_set()