Skip to main content

Home > blockly > blockRendering > ConstantProvider > generateTertiaryColour_

blockRendering.ConstantProvider.generateTertiaryColour_() method

Generate a tertiary colour from the passed in primary colour.

Signature:

protected generateTertiaryColour_(inputColour: string): string;

Parameters

ParameterTypeDescription
inputColourstringPrimary colour.

Returns:

string

The generated tertiary colour.