Video Attributes

  #include <vv_sys.h>
   
UCHAR catt_def (UCHAR fg_att, UCHAR bg_att)

Returns the color physical attribute byte for the specified foreground and background colors

void latt_init (int tbl_col, int latt_rowq, int latt_colq, UCHAR *att_tbl, UCHAR *latt_array)

Copies a column from a logical attribute table into the logical attribute array

void latt_rpl (UCHAR log_att, UCHAR mono_att, UCHAR fg_att, UCHAR bg_att, UCHAR *latt_array)

Changes the monochrome or color attributes associated with a logical attribute


Home Contents Previous Next