ImageFilterColorSpace#
(Color Space)
- Category:
ImageFilter
- Default object name:
color_space
- Inherits from: ProjectItem > ImageFilter > PixelFilter
No corresponding User page.
Description#
Switch the color space of the image, between sRBG and linear.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
string |
input_color_space |
VISUAL_HINT_ENUM |
Color space of the image. |
string |
output_color_space |
VISUAL_HINT_ENUM |
Color space to switch to. |
CID#
class "ImageFilterColorSpace" "PixelFilter" {
#version 0.91
icon "../icons/object_icons/filter_color_space.iconrc"
category "ImageFilter"
doc "Switch the color space of the image, between sRBG and linear."
enum "input_color_space" {
doc "Color space of the image."
filter "color_space"
value "__invalid_enum_label__"
}
enum "output_color_space" {
doc "Color space to switch to."
filter "color_space"
value "__invalid_enum_label__"
}
set "channel_r" {
private no
hidden yes
saveable yes
texturable no
animatable yes
slider no
numeric_range no 0.0 1
ui_range no 0.0 1
dg_active yes
dg_cyclic no
dirtiness_pass_through no
read_only no
shading_variable no
experimental no
advanced no
overriden no
promote_attribute no
allow_expression yes
localizable yes
value yes
}
set "channel_g" {
private no
hidden yes
saveable yes
texturable no
animatable yes
slider no
numeric_range no 0.0 1
ui_range no 0.0 1
dg_active yes
dg_cyclic no
dirtiness_pass_through no
read_only no
shading_variable no
experimental no
advanced no
overriden no
promote_attribute no
allow_expression yes
localizable yes
value yes
}
set "channel_b" {
private no
hidden yes
saveable yes
texturable no
animatable yes
slider no
numeric_range no 0.0 1
ui_range no 0.0 1
dg_active yes
dg_cyclic no
dirtiness_pass_through no
read_only no
shading_variable no
experimental no
advanced no
overriden no
promote_attribute no
allow_expression yes
localizable yes
value yes
}
set "channel_a" {
private no
hidden yes
saveable yes
texturable no
animatable yes
slider no
numeric_range no 0.0 1
ui_range no 0.0 1
dg_active yes
dg_cyclic no
dirtiness_pass_through no
read_only no
shading_variable no
experimental no
advanced no
overriden no
promote_attribute no
allow_expression yes
localizable yes
value yes
}
set "channel_z" {
private no
hidden yes
saveable yes
texturable no
animatable yes
slider no
numeric_range no 0.0 1
ui_range no 0.0 1
dg_active yes
dg_cyclic no
dirtiness_pass_through no
read_only no
shading_variable no
experimental no
advanced no
overriden no
promote_attribute no
allow_expression yes
localizable yes
value no
}
}