Name | CNSImage Create Hex Color Image |
---|
Description | This script step takes a HexColor and creates a container image of the specified width and height (defaulting to 25x25) and returns that image to you. The native image type is a PNG (which allows for Alpha Transparency), but a JPEG “Preview” is also included in the container object for printing and using with Instant Web Publishing.
|
---|
Format | CNSImage Create Hex Color Image ( Select entire contents ; Target ; HexColor ; Width ; Height ; Alpha ) |
---|
Required Parameters | HexColor The Color of the Image to Create.
|
---|
Optional Parameters | - Select entire contents
If checked, the target field or variable will be replaced by the result of this script step.
- Target
Specify the field or variable to receive the result.
- Width
The Width of the Image. (Default is 25.)
- Height
The Height of the Image. (Default is 25.)
- Alpha
The Alpha/Transparency level. (0–255; Default is 255.)
|
---|