Skip to main content

Home > blockly > bubbles > Bubble > setColour

bubbles.Bubble.setColour() method

Sets the colour of the background and tail of this bubble.

Signature:

setColour(colour: string): void;

Parameters

ParameterTypeDescription
colourstring

Returns:

void