Skip to content

ImageFilterMultiply

ImageFilterMultiply#

(Multiply)

No corresponding User page.

Description#

Multiply the image with the selected color.

Public Attributes#

Type Name Visual Hint Description
double[4] color VISUAL_HINT_RGBA Color to use.

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 "ImageFilterMultiply" "PixelFilter" {
    #version 0.9
    icon "../icons/object_icons/filter_multiply.iconrc"
    category "ImageFilter"
    doc "Multiply the image with the selected color."
    rgba "color" {
        doc "Color to use."
        texturable yes
        animatable yes
        value 1 1 1 1
    }
}