Paint Utils

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.

Available Colours

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:



#FE2712 Red (Primary)

#FD5308 Vermillion (Tertiary)

#FB9902 Orange (Secondary)

#FABC02 Amber (Tertiary)

#FEFE33 Yellow (Primary)

#D0EA2B Chartreuse (Tertiary)

#66B032 Green (Secondary)

#0392CE Teal (Tertiary)

#0247FE Blue (Primary)

#3D01A4 Violet (Tertiary)

#8601AF Purple (Secondary)

#A7194B Magenta (Tertiary)



With that out of the way, we can now go through the blocks of Paint Utils

Blocks

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

Mix Colours Block

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 #0247FE Blue and #FEFE33 Yellow then it will return #66B032 Green.

Get Colour Block

This block is really simple. It converts a colour name into a colour value.