Package: cairo
Enum cairo-filter-t
Details The cairo-filter-t enumeration is used to indicate what filtering
should be applied when reading pixel values from patterns. See the function cairo-pattern-set-filter for indicating the desired
filter to be used with a particular pattern. (defcenum cairo-filter-t :fast :good :best :nearest :bilinear :gaussian)
| See also |
2020-12-12