Skip to content

ImageNodeGrade

ImageNodeGrade#

(Grade)

Go to User page.

Description#

Grade image.

Public Attributes#

Type Name Visual Hint Description
reference (ImageNode) a VISUAL_HINT_DEFAULT Define the A image.
double[3] black_point VISUAL_HINT_COLOR Set the black point of the input image.
double[3] white_point VISUAL_HINT_COLOR Set the white point of the input image.
double gamma VISUAL_HINT_DEFAULT Apply gamma correction on the input image.
double exposure VISUAL_HINT_DEFAULT Control the exposure of the input 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 "ImageNodeGrade" "ImageNode" {
    #license {
        flavor "advanced"
    }
    #version 0.92
    icon "../icons/object_icons/image_node_grade.iconrc"
    category "Image"
    doc "Grade image."
    attribute_group "input" {
        reference "a" {
            doc "Define the A image."
            filter "ImageNode"
            dirtiness_pass_through yes
            value ""
        }
    }
    attribute_group "options" {
        color "black_point" {
            doc "Set the black point of the input image."
            output "image"
            animatable yes
            value 0.0 0.0 0.0
        }
        color "white_point" {
            doc "Set the white point of the input image."
            output "image"
            animatable yes
            value 1 1 1
        }
        double "gamma" {
            doc "Apply gamma correction on the input image."
            output "image"
            numeric_range yes 0.01 1000000
            ui_range yes 0.01 20
            value 1
        }
        double "exposure" {
            doc "Control the exposure of the input image."
            output "image"
            numeric_range yes -1000000 1000000
            ui_range yes -10 10
            value 0.0
        }
    }
    attribute_group "ModuleImageNodeInput.a" {
        doc "a"
    }
    attribute_group "INodeGradeOptions" {
        doc "null"
    }
}