<< SetColorStyle | SetColumnDefaults >> |
Top: Documentation Library | Up: S Commands |
SetColorTint Color Command
SETCOLORTINT Color Commands
Sets the color tint for an object or text, or for a style tag. If object or text is chosen and nothing is selected, it sets the color for future objects or text, as applicable.
setcolortint
value/d The tint percentage.
ALL Sets the fill and stroke. Default.
FILL Sets the fill only.
STROKENUMBER/i Sets a stroke only. See notes.
COLORNUMBER Sets a gradient's TO color.
what/k Specifies what to set.
Options: OBJECT The object. Default.
TEXT The text.
SHADOW The text shadow.
REVERSE The text reverse.
UNDERLINE The text underline.
OUTLINE The text outline.
DOCUMENT/s The document name. Default=current.
WINDOW/s The window name. Default=current.
OBJECTID/i The number of the object to
manipulate. Default=current.
STYLETAG/s Sets the attribute for a style tag.
Notes:
STROKENUMBER: Strokes are numbered from 0. This is different than the program interface which numbers them from 1.
COLORNUMBER: If Basic fills are used, or if you are setting stroke color, the color number is always 0 and does not need to be specified. This is used for gradient, radial and shape fills. Color number 0 is the From color and 1 is the To color.
This command is equivalent to the Tint controls in the Line & Fill dialog box.
Examples:
setcolortint 50
SetColorTint Command Definition url:PGScmd/setcolortint
created:2006-03-31 10:52:54 last updated:2006-03-31 10:52:54
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SetColorTint | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 18:16:53 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Sets the {...} . SetColorTint (tint [ALL | FILL | STROKENUMBER n] [COLORNUMBER n] [OBJECT | TEXT | SHADOW | OUTLINE | REVERSE | UNDERLINE | PGS40: RULEABOVE | RULEBELOW] PGS41: CELLFILL|CELLTOP|CELLBOTTOM|CELLLEFT|CELLRIGHT PGS50: DROPCAP|BULLET|NUMBERED [DOCUMENT document | WINDOW document-window | ID id | STYLETAG document:...-tagname])
ARexx: Applescript: | |
User Contributed Comments For SetColorTint | sign in to add a comment |
<< SetColorStyle | SetColumnDefaults >> |
Top: Documentation Library | Up: S Commands |