@@ -32,31 +32,21 @@ Graphic Effects card of the property inspector which has full control
3232over each parameter. To control the effect by script use the
3333following properties:
3434
35- colorOverlay["color"]
36-
37- The color of the overlay, in the format
35+ - colorOverlay["color"] : The color of the overlay, in the format
3836red,green,blue where each value is between 0 and 255.
3937
40- colorOverlay["blendMode"]
41-
42- How the overlay is blended with the
38+ - colorOverlay["blendMode"] : How the overlay is blended with the
4339object. This is one of the following values:
4440
45- - "normal" :
46- the glow is laid directly over the object.
47-
48- - "multiply"
49- : this results in a darkening effect
41+ - "normal" : the glow is laid directly over the object.
42+ - "multiply" : this results in a darkening effect
43+ - "colorDodge" : this results in a lightening effect
5044
51- -
52- "colorDodge" : this results in a lightening effect
53-
54- colorOverlay["opacity"]
55-
56- How opaque the overlay is. The value is
45+ colorOverlay["opacity"] : How opaque the overlay is. The value is
5746between 0 (fully transparent) and 255 (fully opaque).
5847
5948References: innerShadow (property), innerGlow (property),
6049dropShadow (property), outerGlow (property), blendLevel (property),
6150ink (property)
6251
52+
0 commit comments