Clr4U - V1.0
or "Color for you" is Delphi unit made for work with colors. Unit is separated on these parts:
-Compareing colors (1)
-Mixing colors (2)
-Color invert (2)
-Color filter (3)
-Conversion to string (4)
-Gray colors (4)
-RGBPack (3)
-RGBTriple (2)
-CMYK Color (3)
-Xray (2)
-Wavelength/Frequency(4)
-Sepia/Bakrov (2)
-HLS (3)
-HSV (3)
-Color settings HLS,HSV (12)
-Work with ColorScale (14)
-Functions for TransparencyColor (3)
It has 67 functions and procedures.
This unit is available for personal use on this link:
-Clr4U V1.0 (RAR) / Clr4U V1.0 (TXT)
RYB color space
I found a way to mix RYB colors and transform them into light.
It has 3 dimensions Red, Yellow and Blue. By mixing them you will get color, like you mix colors on canvas.
Take look at this data:
RYB(0,0,0) => white
RYB(255,255,255) => black
RYB(255,0,0) => red
RYB(0,255,0) => yellow
RYB(0,0,255) => blue
RYB(255,255,0) => orange
RYB(0,255,255) => green
RYB(255,0,255) => violet
Here is picture of the space:
Project is still under construction, so it is not reachable at this side yet.
PROJECTS
My project side.
Here are the majority of projects made
for this side. Projects are written under this text.
Author reserve the right to change any Delphi 4U page.