LibreOffice
LibreOffice 24.2 SDK API Reference
|
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. More... | |
Public Attributes inherited from Gradient | |
com::sun::star::awt::GradientStyle | Style |
specifies the style of the gradient. More... | |
com::sun::star::util::Color | StartColor |
specifies the color at the start point of the gradient. More... | |
com::sun::star::util::Color | EndColor |
specifies the color at the end point of the gradient. More... | |
short | Angle |
angle of the gradient in 1/10 degree. More... | |
short | Border |
per cent of the total width where just the start color is used. More... | |
short | XOffset |
Specifies the X-coordinate, where the gradient begins. More... | |
short | YOffset |
Specifies the Y-coordinate, where the gradient begins. More... | |
short | StartIntensity |
Specifies the intensity at the start point of the gradient. More... | |
short | EndIntensity |
specifies the intensity at the end point of the gradient. More... | |
short | StepCount |
Specifies the number of steps of change color. More... | |
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.