|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Image/Pixel-Color Operations > ANA. - Imageworks > Color-Calculation |
Color Calculation commands provide utilities for working with colors, including RGB manipulation and color space conversions.
RGB to hex conversionColor interpolationBrightness adjustmentColor mixing
Quick Example
; Calculate blended color
SDL.ColorBlend|255|0|0|0|0|255|50|result
; Blend red and blue 50%
See Also