ImageFilterRemap#
(Remap)
- Category:
ImageFilter
- Default object name:
remap
- Inherits from: ProjectItem > ImageFilter > PixelFilter
No corresponding User page.
Description#
Modify the value of each color channel using a X/Y curve.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
curve[3] |
output |
VISUAL_HINT_DEFAULT |
Curves for the three R,G,B channels. |
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 "ImageFilterRemap" "PixelFilter" {
#version 0.9
icon "../icons/object_icons/filter_remap.iconrc"
category "ImageFilter"
doc "Modify the value of each color channel using a X/Y curve."
attribute_group "process" {
curve[3] "output" {
doc "Curves for the three R,G,B channels."
value[] {
key 0 0.0 0.0 0.0 0.0 0.0 -0.3333 0.0 0.3333 0.0 yes yes no yes
key 0 1 1 0.0 0.0 0.0 -0.3333 0.0 0.3333 0.0 yes yes no yes
}
value[1] {
key 0 0.0 0.0 0.0 0.0 0.0 -0.3333 0.0 0.3333 0.0 yes yes no yes
key 0 1 1 0.0 0.0 0.0 -0.3333 0.0 0.3333 0.0 yes yes no yes
}
value[2] {
key 0 0.0 0.0 0.0 0.0 0.0 -0.3333 0.0 0.3333 0.0 yes yes no yes
key 0 1 1 0.0 0.0 0.0 -0.3333 0.0 0.3333 0.0 yes yes no yes
}
}
}
}