Example Style Explained
We'll now review the creation of a RetroCapture image from an image-style, step by step. The image style is a slightly modified version of gridfade, one of the standard styles in RetroCapture.
.image azuregridfade {
length = 6;
width = 140;
height = 80;
paint = grid { color = 555555; random = true };
fade = true;
warp = twist { transparency = 0.3; glyph = script };
hue = azure;
saturation = 25%;
}
|