PTintSelection

Tints the selected text or graphics or, if nothing is selected, sets the default tint for the next object drawn or placed.


Command constructor

PTintSelection(short nTintValue);
Percentage of object's current color to apply (from 0 to 100) in tenths of a percent (100% = 1000), although command uses only whole percentages and decimal values are rounded.
Example. The following example changes the tint of the first object drawn on the page to 25% of its existing color.

PSelect(1);
PTintSelection(250);


See also

The PColor, PColorPalette, and PDefineColor commands

The PGetColor, PGetColorInfo, PGetColorNames, PGetColorPalette and PGetTint queries

Adobe PageMaker 6.5 Help > Commands > Window > Colors

Adobe PageMaker 6.5 Help > Commands > Element > Define Colors


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support