Package: cairo
CEnum cairo:extend-t
Declaration(cffi:defcenum extend-t :none :repeat :reflect :pad) Values
Details The cairo:extend-t enumeration is used to describe how pattern
color/alpha will be determined for areas "outside" the natural area, of
the pattern for example, outside the surface bounds or outside the gradient
geometry.
Mesh patterns are not affected by the extend mode. The default extend mode is :none for surface patterns and :pad for gradient patterns. | See also |
2025-1-14