Chroma chroma (Color= color) Makes a specific color in an image
transparent.
Color must be given in hexadecimal form, for
example, #rrggbb.
DropShadow Dropshadow (Color=color, OffX=offX, OffY=offY, Creates a drop shadow of the
Positive=positive) applied element, either image or
text, in the specified color.
Color is a hexadecimal triplet.
OffX and OffY are pixel offsets for the shadow.
Positive is a Boolean switch; use 1 to create shadow
for nontransparent pixels and 0 to create shadow for
transparent pixels.
FlipH FlipH Flips an image or text horizontally.
FlipV FlipV Flips an image or text vertically.
246
Designing and Crafting Core Pages Part II
Filter Syntax Description
Glow Glow (Color=color, Strength=strength)
Adds radiance to an image in the specified color.
Color is a hexadecimal triplet.
Strength is a value from 0 to 100.
Gray Gray Converts an image in grayscale.
Invert Invert Reverses the hue, saturation, and
luminance of an image.
Light* Light Creates the illusion that an object is
illuminated by one or more light
sources.
Mask Mask (Color=color) Sets all the transparent pixels to the
specified color and converts the
nontransparent pixels to the
background color.
Color is a hexadecimal triplet.
RevealTrans* RevealTrans (duration=duration, transition=style) Reveals an image using a specified
type of transition over a set period of
time.
Pages:
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524