ImageFilterInvert#
(Invert)
- Category:
ImageFilter
- Default object name:
invert
- Inherits from: ProjectItem > ImageFilter > PixelFilter
No corresponding User page.
Description#
Invert color values.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
double[4] |
high_value |
VISUAL_HINT_RGBA |
Set the boundary used to compute the inverted value. |
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 "ImageFilterInvert" "PixelFilter" {
#version 0.9
icon "../icons/object_icons/filter_invert.iconrc"
category "ImageFilter"
doc "Invert color values."
rgba "high_value" {
doc "Set the boundary used to compute the inverted value."
texturable yes
animatable yes
value 1 1 1 1
}
}