create_gradient_fill {bpmnVisualizationR} | R Documentation |
Create a gradient fill style for an element
Description
Create a gradient fill style for an element.
Usage
create_gradient_fill(direction, start_color, end_color)
Arguments
direction |
The direction of the gradient (e.g., |
start_color |
The starting color of the gradient. It can be any HTML color name or HEX code, as well as special keywords such as |
end_color |
The ending color of the gradient. It can be any HTML color name or HEX code, as well as special keywords such as |
Value
A gradient fill style object.
[Package bpmnVisualizationR version 0.5.0 Index]