ImageNodePremult#
(Premult)
- Category:
Image
- Default object name:
premult
- Inherits from: ProjectItem > ImageNode
Description#
Premultiply the RGB channel with the alpha.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
reference (ImageNode ) |
a |
VISUAL_HINT_DEFAULT |
Define the A image. |
Inherited Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
bool |
thumbnail |
VISUAL_HINT_DEFAULT |
Enable/Disable the display of the node thumbnail in the Build View. |
double |
thumbnail_size |
VISUAL_HINT_DEFAULT |
Set the size of the thumbnail in the Build View. |
long |
caching |
VISUAL_HINT_DEFAULT |
Cache result of this node |
action |
clear_cache |
VISUAL_HINT_DEFAULT |
Clear the internal image cached by the node. If you clear the image cache, the node will request an evaluation when displayed by the Image View. |
bool |
pass_through |
VISUAL_HINT_DEFAULT |
Enable pass through. If enabled, the node returns the input specified as Master Input. |
string |
master_input |
VISUAL_HINT_TAG |
Define which input should be returned by the node if Pass Through is enabled. |
CID#
class "ImageNodePremult" "ImageNode" {
#license {
flavor "advanced"
}
#version 0.92
icon "../icons/object_icons/texture_premult.iconrc"
category "Image"
doc "Premultiply the RGB channel with the alpha."
attribute_group "input" {
reference "a" {
doc "Define the A image."
filter "ImageNode"
dirtiness_pass_through yes
value ""
}
}
attribute_group "ModuleImageNodeInput.a" {
doc "a"
}
}