Set Color and Blend Mode
Jump to navigation
Jump to search
Info[edit | edit source]
Set Color and Blend Mode is a node that defines the ARGB (Alpha, Red, Green, Blue) of the image of an object (specifically the '_object' class on editor.lua in the code).
Parameters[edit | edit source]
Parameters | Function |
---|---|
Object | (any) defines the object. Default is 'self'. |
Blend Mode | (any) defines the blend mode of an object's image. Default is "". |
Red | (number) defines the red color of the RGB of an object's image. Default is '255'. |
Green | (number) defines the green color of the RGB of an object's image. Default is '255'. |
Blue | (number) defines the blue color of the RGB of an object's image. Default is '255'. |