Package: gdk

Accessor gdk:rgba-blue

Lambda List

gdk:rgba-blue (instance)

Syntax

(gdk:rgba-blue instance) => blue
(setf (gdk:rgba-blue instance) blue)

Arguments

instance -- a gdk:rgba instance
blue -- a number coerced to a single float for the intensity of the blue channel from 0.0 to 1.0

Details

The accessor for the blue slot gets the blue color.
 

See also

2026-08-01