Guides & Tutorials
Step-by-step tutorials and practical examples for mastering Saturon.
Explore our collection of guides to get the most out of Saturon. Each guide provides clear examples and practical tips for working with colors programmatically.
-
Creating Color Instances
Learn how to createColorobjects using Saturon'sColorconstructor,from(), andrandom()methods. -
Working with Color Instances
Discover how to manipulate and convert colors usingin(),with(), and theto*()family of methods to gain full control over color transformations. -
Color Mixing & Interpolation
Master blending colors with themix()method. Explore hue interpolation methods, easing functions, gamma correction, and alpha handling for precise results. -
Accessibility & Color Difference Checks
Ensure your colors are readable and accessible usingcontrast()anddeltaE*()methods to check contrast and perceptible color differences. -
Gamut Mapping & Out-of-Gamut Handling
Learn to detect, constrain, and fit colors usingwithin(),inGamut(), andfitoptions to handle colors that exceed display gamuts safely.