Update for 23-02-22 13:45

This commit is contained in:
Tyler Perkins 2022-02-23 13:45:01 -05:00
parent 4f6a276434
commit 9d989828b5
2 changed files with 8 additions and 2 deletions

5
tech/colortheory.wiki Normal file
View File

@ -0,0 +1,5 @@
= Colortheory =
Color theory is the study of colors and how they interact with each other.

View File

@ -30,18 +30,19 @@ _Here begins the technical stuff_
=== Image formats === === Image formats ===
==== [[vector_image]] ==== ==== [[vector_image|Vector Images]] ====
* [[.AI]] * [[.AI]]
* [[.SVG]] * [[.SVG]]
==== [[raster_image]] ==== ==== [[raster_image|Raster Images]] ====
* [[.PNG]] * [[.PNG]]
* [[.JPEG]] * [[.JPEG]]
=== Colorspaces === === Colorspaces ===
* [[colortheory]]
* [[YUV]] * [[YUV]]
* [[RGB]] * [[RGB]]
* [[CMYK]] * [[CMYK]]