Package: gdk

Accessor gdk:color-red

Lambda List

gdk:color-red (instance)

Syntax

(gdk:color-red instance) => red
(setf (gdk:color-red instance) red)

Details

Accessor of the red slot of the gdk:color structure. The red component of the color. This is a value between 0 and 65535, with 65535 indicating full intensity.

Warning

The gdk:color-red function has been deprecated since version 3.14 and should not be used in newly written code. Use the gdk:rgba structure.
 

See also

2025-1-15