HomeManualTopicsTypesSymbols

std::colour_mixture

constructs a colour (character) from a mixture of the specified colours

Parameter

args*

Results

None

Description

The arguments are colour characters or std_types::key_value_pairs of the form

colour = parts

Example

$RED rgb_character(0xff 0 0) $BLUE rgb_character(0 0 0xff) $VIOLET colour_mixture(RED BLUE = 2) # one part red, two parts blue

Topic

Terminal

See also

std::rgb_character constructs a colour (character) from its primary colours
std::red_component_of the red component of a colour
std::green_component_of the green component of a colour
std::blue_component_of the blue component of a colour