Description Usage Arguments Value Source Examples
Blend two HEX colours
1 | blendColours(colour1, colour2, colour1Percentage = 0.5)
|
colour1 |
Character: HEX colour |
colour2 |
Character: HEX colour |
colour1Percentage |
Character: percentage of colour 1 mixed in blended colour |
Character representing an HEX colour
Code modified from https://stackoverflow.com/questions/5560248
1 | psichomics:::blendColours("#3f83a3", "#f48000")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.