blockly > blockRendering > MarkerSvg > applyColour_
blockRendering.MarkerSvg.applyColour_() method
Apply the marker's colour.
Signature:
protected applyColour_(_curNode: ASTNode): void;
Parameters
Parameter | Type | Description |
---|---|---|
_curNode | ASTNode | The node that we want to draw the marker for. |
Returns:
void