diff options
author | kitty piapiac <kcp@bsd.computer> | 2024-10-03 06:13:41 +0100 |
---|---|---|
committer | kitty piapiac <kcp@bsd.computer> | 2024-10-03 06:13:41 +0100 |
commit | 69a6187804aff44f48fe9047895e8c027ad5bf3f (patch) | |
tree | 9ca02720f3ed94512b77e490fadf62969842e544 /notes/colour.md |
Diffstat (limited to 'notes/colour.md')
-rw-r--r-- | notes/colour.md | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/notes/colour.md b/notes/colour.md new file mode 100644 index 0000000..818b26d --- /dev/null +++ b/notes/colour.md @@ -0,0 +1,49 @@ +--- +title: colour +published: 2024-06-23T07:28:48+0100 +--- + +<style>.md45{width:47.5%}</style> + +<p class="notice"> +Colour is a very powerful visual element. Understanding it can enable more effective composition in your art. +</p> + +<details> +<summary>Hues are biased toward certain values</summary> +<p> +<img class="md45" src="/images/colour-beach-hue.jpg"> +<img class="md45" src="/images/colour-beach-monochrome.jpg"> +</p> +<p>Due to the way human eyes perceive light, [value] is dependent on [hue].</p> +</details> + +<details> +<summary>Krita tips</summary> +<p>You can preview a perceptually monochrome version of your illustration under the **softproofing** tab in the image properties.</p> +<p><img src="/images/colour-krita.webp"></p> +</details> + +<section> +- [Properties] + - [Value] + - [Hue] + - [Saturation] +</section> + +<section> +## Properties + +### Value +Simply how light or dark a given colour is. Value is mostly what creates contrast in a drawing. + +### Hue +The pure pigment, without any tint or shading. + +### Saturation +The intensity of the colour, i.e. it's difference from greyscale. +![](/images/colour-saturation.png){.md45} + + +</section> + |