Select the mixing mode for screen drawing operations.
Change how drawing operations blend with the existing screen content.
mix trace x
x mix mode
Value Description normal Normal, default mode multiply Darkens by multiplying colors screen Lightens by multiplying colors darken Keeps the darker color at each pixel lighten Keeps the lighter color at each pixel overlay Combines multiply and screen hard-light Strong contrast soft-light Gentle contrast difference Negative effect exclusion Softer difference color-dodge Brightens the base color color-burn Darkens the base color hue Blend hue saturation Blend saturation luminosity Blend luminosity
Source mix trace "color" fill screen 2
