Bases: object
Proxy of C++ PCore::LWNodeDrawFuncs class
Blit the node into the editor area. The node will be the only node drawn on the area, and all the other nodes will remain below this node.
Draw a solid rectangle. The color c
is specified as one of the palette colors defined in lwpanel.h.
Draw a line connecting the endpoints. The color c
is specified as one of the palette colors defined in lwpanel.h.
Draw a pixel. The coordinates are relative to the upper-left corner of the node preview area. The color c
is specified as one of the palette colors defined in lwpanel.h.
Draw a solid rectangle with the given color.
Draw a pixel. The coordinates are relative to the upper-left corner of the node preview area. The color is specified as levels of red, green and blue between 0 and 255.
Render a line of text. The color c
is specified as one of the palette colors defined in lwpanel.h.
The pixel height of the string
in the font used by panels.
The pixel width of the string
in the font used by panels.