ImageFilterUVEdgePadding#
(UV Edge Padding)
- Category:
ImageFilter
- Default object name:
uv_edge_padding
- Inherits from: ProjectItem > ImageFilter > KernelFilter
No corresponding User page.
Description#
Applies a 8-connexes dilation on connected components (non alpha samples).
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
long |
pixel |
VISUAL_HINT_PIXEL |
Set the radius of the filter. |
CID#
class "ImageFilterUVEdgePadding" "KernelFilter" {
#version 0.1
icon "../icons/object_icons/filter_uvedge_padding.iconrc"
category "ImageFilter"
doc "Applies a 8-connexes dilation on connected components (non alpha samples)."
pixel "pixel" {
doc "Set the radius of the filter."
animatable yes
slider yes
numeric_range yes 0.0 100
ui_range yes 0.0 30
value 8
}
}