mySelection.stroke( strokeColor, width, [ location ], [ mode ], [ opacity ], [ preserveTransparency ] ) in Photoshop DOM
strokes the selection
Arguments
name | type | description |
---|---|---|
strokeColor | Object | |
width | Number | |
location | StrokeLocation | [optional] |
mode | ColorBlendMode | [optional] |
opacity | Number | [optional] |
preserveTransparency | Boolean | [optional] |
- Return Type
- (none)