Package: gdk

Accessor gdk:rgba-alpha

Lambda List

gdk:rgba-alpha (instance)

Syntax

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

Arguments

instance -- a gdk:rgba color
alpha -- a number coerced to a single float for the opacity of the color from 0.0 for completely translucent to 1.0 for opaque

Details

Accessor of the alpha slot of the gdk:rgba color.
 

See also

2025-1-11