ImageFilterNan#
(Nan)
- Category:
ImageFilter
- Default object name:
nan
- Inherits from: ProjectItem > ImageFilter > PixelFilter
No corresponding User page.
Description#
Detect if there is NaN values in the layer. The NaN values are black.
Inherited Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
bool |
channel_r |
VISUAL_HINT_DEFAULT |
Whether this filter affects the red channel or not. |
bool |
channel_g |
VISUAL_HINT_DEFAULT |
Whether this filter affects the green channel or not. |
bool |
channel_b |
VISUAL_HINT_DEFAULT |
Whether this filter affects the blue channel or not. |
bool |
channel_a |
VISUAL_HINT_DEFAULT |
Whether this filter affects the alpha channel or not. |
bool |
channel_z |
VISUAL_HINT_DEFAULT |
Whether this filter affects the Z channel or not. |
CID#
class "ImageFilterNan" "PixelFilter" {
#version 0.9
icon "../icons/object_icons/filter_nan.iconrc"
category "ImageFilter"
doc "Detect if there is NaN values in the layer. The NaN values are black."
}