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

The accessor for the alpha slot of the gdk:rgba color gets the opacity.
 

See also

2025-08-03