zvt_term_set_color_scheme

Name

zvt_term_set_color_scheme —

Synopsis

void zvt_term_set_color_scheme (ZvtTerm * term, gushort * red, gushort * grn, gushort * blu);

Arguments

term

A ZvtTerm widget.

red

pointer to a gushort array of 18 elements with red values.

grn

pointer to a gushort array of 18 elements with green values.

blu

pointer to a gushort array of 18 elements with blue values.

Description

This function sets the colour palette for the terminal term. Each pointer points to a gushort array of 18 elements. White is 0xffff in all elements.

The elements 0 trough 15 are the first 16 colours for the terminal, with element 16 and 17 the default foreground and background colour respectively.