diff --git a/Writerside/allor-doc.tree b/Writerside/allor-doc.tree
index fbfc7ff..279eec8 100644
--- a/Writerside/allor-doc.tree
+++ b/Writerside/allor-doc.tree
@@ -51,7 +51,7 @@
-
+
diff --git a/Writerside/topics/Image-Effects-Adjustment.md b/Writerside/topics/Image-Effects-Adjustment.md
index 699d48c..8ee2317 100644
--- a/Writerside/topics/Image-Effects-Adjustment.md
+++ b/Writerside/topics/Image-Effects-Adjustment.md
@@ -1 +1,55 @@
# Adjustment
+
+
+
+ ImageEffectsAdjustment
+
+
+ Corrects the color and light characteristics of images.
+
+
+ PyTorch
+
+
+
+
+ RGB/A images
+
+
+ Determines the degree of the pixel illumination in the image
+
+
+ Controls the difference between the lightest and darkest parts of the image
+
+
+ Controls the intensity of the colors in the image
+
+
+ Allows you to change the color gamut of an image by shifting all colors by a certain number of degrees
+ on the color wheel
+
+
+ Changes the brightness of the image, but retains the black and white tones
+
+
+ Increases or decreases the clarity of an image by increasing or softening borders and details
+
+
+ Controls the intensity of the red color in the image
+
+
+ Controls the intensity of the green color in the image
+
+
+ Controls the intensity of the blue color in the image
+
+
+
+
+
+
+ RGB/A images
+
+
+
+
diff --git a/Writerside/topics/Image-Effects-Grayscale.md b/Writerside/topics/Image-Effects-Grayscale.md
index 1c5a9a0..da3b22b 100644
--- a/Writerside/topics/Image-Effects-Grayscale.md
+++ b/Writerside/topics/Image-Effects-Grayscale.md
@@ -1 +1,28 @@
# Grayscale
+
+
+
+ ImageEffectsGrayscale
+
+
+ Converts the color image to grayscale. This is done by averaging the red, green, and blue channel values of each
+ pixel, resulting in a monochrome image.
+
+
+ PyTorch
+
+
+
+
+ RGB/A images
+
+
+
+
+
+
+ RGB/A images
+
+
+
+
diff --git a/Writerside/topics/Image-Effects-Negative.md b/Writerside/topics/Image-Effects-Negative.md
index 0430a49..4549c41 100644
--- a/Writerside/topics/Image-Effects-Negative.md
+++ b/Writerside/topics/Image-Effects-Negative.md
@@ -1 +1,28 @@
# Negative
+
+
+
+ ImageEffectsNegative
+
+
+ Inverts all the colors in the image, creating a negative effect.
+ This means that each pixel of the image is replaced with the opposite color
+
+
+ PyTorch
+
+
+
+
+ RGB/A images
+
+
+
+
+
+
+ RGB/A images
+
+
+
+
diff --git a/Writerside/topics/Image-Effects-Sepia.md b/Writerside/topics/Image-Effects-Sepia.md
index 2d60cc1..6c94987 100644
--- a/Writerside/topics/Image-Effects-Sepia.md
+++ b/Writerside/topics/Image-Effects-Sepia.md
@@ -1 +1,29 @@
# Sepia
+
+
+
+ ImageEffectsSepia
+
+
+ Alters the color channels of the image
+ so that they mimic the characteristic brownish-yellow sepia tint of the image
+
+
+ PyTorch
+
+
+
+
+ RGB/A images
+
+
+
+
+
+
+ RGB/A images
+
+
+
+
+