cl-cffi-gtk4
API documentation
Package:
gdk
Accessor gdk:rgba-red
Lambda List
gdk:rgba-red
(
instance
)
Syntax
(gdk:rgba-red instance) => red
(setf (gdk:rgba-red instance) red)
Arguments
instance
-- a
gdk:rgba
color
red
-- a number coerced to a single float for the intensity of the red channel from 0.0 to 1.0
Details
Accessor of the
red
slot of the
gdk:rgba
color.
See also
gdk:rgba
2025-1-11