Package: gdk
GBoxed gdk-color
Superclassescommon-lisp:structure-object, common-lisp:t Documented Subclasses
None
Details The gdk-color structure is used to describe a color, similar to the
XColor structure used in the X11 drawing API. (define-g-boxed-cstruct gdk-color "GdkColor" (pixel :uint32 :initform 0) (red :uint16 :initform 0) (green :uint16 :initform 0) (blue :uint16 :initform 0))
Warning | Slot Access FunctionsSee also |
2021-12-11