Module rsvg::filters::component_transfer
source ยท Macrosยง
- func_or_default ๐
- get_func_x_node ๐
- impl_func ๐
Structsยง
- Resolved
feComponentTransfer
primitive for rendering. - The
feComponentTransfer
filter primitive. - Common values for
feFuncX
elements - FunctionParameters ๐The compute function parameters.
Enumsยง
- Component transfer function types.
Functionsยง
- discrete ๐The discrete component transfer function.
- gamma ๐The gamma component transfer function.
- get_functions ๐Takes a feComponentTransfer and walks its children to produce the feFuncX arguments.
- identity ๐The identity component transfer function.
- linear ๐The linear component transfer function.
- table ๐The table component transfer function.
Type Aliasesยง
- Function ๐The compute function type.