Please ignore the spellings in the extension and this documentation of it. I get that it is not conformed to American spelling.
Paint Utils is a PenguinMod extension made for colour theory. Colour theory describes the behavior of colour in the form of colour mixing among other things.
Before we get onto the blocks, we have to know what colours are available in the extension.
Currently, the extension only supports a small amount of colours with no tints, tones, or shades. This will change in future updates.
Here are the colours in question with their position in the colour hierarchy in brackets:
Red (Primary)
Vermillion (Tertiary)
Orange (Secondary)
Amber (Tertiary)
Yellow (Primary)
Chartreuse (Tertiary)
Green (Secondary)
Teal (Tertiary)
Blue (Primary)
Violet (Tertiary)
Purple (Secondary)
Magenta (Tertiary)
With that out of the way, we can now go through the blocks of Paint Utils
There are only two blocks in the entire extension at the moment. This will change in future updates.
(mix colours (colour1) and (colour2) and return the [colour name or colour]:: #d1d1d1) (get colour form colour name (colour name):: #d1d1d1)
Let's explain them
The mix colours block mixes two colours together (using names) and then returns either the colour value or the colour name depending on what was selected on the dropdown.
For example:
if the the two colours inputted into the block are Blue and
Yellow then it will return
Green.
This block is really simple. It converts a colour name into a colour value.