Package: cairo
CEnum cairo-extend-t
Details The cairo-extend-t enumeration is used to describe how pattern
color/alpha will be determined for areas "outside" the pattern's natural
area, 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. New entries may be added in future versions. (defcenum cairo-extend-t :none :repeat :reflect :pad)
| See also |
2020-12-12