Skip to content

End Modify Image

End Modify Image
Output
UV
(0, 0)
Color
(0, 0, 0, 0)

Category Image
Is Pair Node: Yes
Pair Node: image/begin-modify-image


This node is used to modify an image in the Node Graph. It is paired with the "Begin Modify Image" node, which sets up the context for the modifications. The output of this node is a painter instruction that can be used to render the modified image.


Type: VecD
Default: (0, 0)

UV coordinates to sample image at

Type: Color
Default: (0, 0, 0, 0)

Color to apply to the image at the specified UV coordinates


Type: Painter
Default: unset

Output image painter instruction.