This struct extends the Gradient definition by adding a sequence of ColorStops to allow definition of multi-color gradients. More...
import "Gradient2.idl";
 
  
| Public Attributes | |
| com::sun::star::awt::ColorStopSequence | ColorStops | 
| contains the full multi-color gradient definition. | |
|  Public Attributes inherited from Gradient | |
| com::sun::star::awt::GradientStyle | Style | 
| specifies the style of the gradient. | |
| com::sun::star::util::Color | StartColor | 
| specifies the color at the start point of the gradient. | |
| com::sun::star::util::Color | EndColor | 
| specifies the color at the end point of the gradient. | |
| short | Angle | 
| angle of the gradient in 1/10 degree. | |
| short | Border | 
| per cent of the total width where just the start color is used. | |
| short | XOffset | 
| Specifies the X-coordinate, where the gradient begins. | |
| short | YOffset | 
| Specifies the Y-coordinate, where the gradient begins. | |
| short | StartIntensity | 
| Specifies the intensity at the start point of the gradient. | |
| short | EndIntensity | 
| specifies the intensity at the end point of the gradient. | |
| short | StepCount | 
| Specifies the number of steps of change color. | |
This struct extends the Gradient definition by adding a sequence of ColorStops to allow definition of multi-color gradients.
| com::sun::star::awt::ColorStopSequence ColorStops | 
contains the full multi-color gradient definition.