Package: gdk
GBoxed gdk:rgba
Declaration(define-gboxed-cstruct gdk:rgba "GdkRGBA" (:export t :type-initializer "gdk_rgba_get_type") (red :double :initform 0.0d0) (green :double :initform 0.0d0) (blue :double :initform 0.0d0) (alpha :double :initform 0.0d0)) Values
Details The gdk:rgba structure is used to represent a (possibly translucent)
color, in a way that is compatible with Cairo's notion of color. | Returned bySlot Access Functions |
2025-1-15