Package: pango

Function pango:color-new

Lambda List

pango:color-new (&key red green blue)

Arguments

red -- an unsigned integer for the red component of the color
green -- an unsigned integer for the green component of the color
blue -- an unsigned integer for the blue component of the color

Details

Creates a new pango:color color. The values are between 0 and 65535, with 65535 indicating full intensity.
 

See also

2025-2-15