GrafX2 2.9.3227
The ultimate 256-color painting program
special.h File Reference

Editor functions that can be hooked to a keyboard shortcut, but don't have a menu button associated to them. More...

#include "struct.h"
+ Include dependency graph for special.h:
+ This graph shows which files directly or indirectly include this file:

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 Display_stored_brush_in_window (word x, word y, int number)
 
void Store_brush (int index)
 Store the current brush in brush container. More...
 
byte Restore_brush (int index)
 
void Transparency_set (byte amount)
 Command that sets the transparency level. More...
 

Detailed Description

Editor functions that can be hooked to a keyboard shortcut, but don't have a menu button associated to them.

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)

◆ Display_stored_brush_in_window()

◆ Store_brush()

◆ Restore_brush()

◆ Transparency_set()