19 #ifndef __com_sun_star_awt_Gradient_idl__
20 #define __com_sun_star_awt_Gradient_idl__
28 module com { module sun { module star { module awt {
short StepCount
specifies the number of steps of change color.
Definition: Gradient.idl:83
short YOffset
specifies the Y-coordinate, where the gradient begins.
Definition: Gradient.idl:68
short Angle
angle of the gradient in 1/10 degree.
Definition: Gradient.idl:53
com::sun::star::awt::GradientStyle Style
specifies the style of the gradient.
Definition: Gradient.idl:38
com::sun::star::util::Color EndColor
specifies the color at the end point of the gradient.
Definition: Gradient.idl:48
GradientStyle
specify the style of color dispersion.
Definition: GradientStyle.idl:29
short StartIntensity
specifies the intensity at the start point of the gradient.
Definition: Gradient.idl:73
short EndIntensity
specifies the intensity at the end point of the gradient.
Definition: Gradient.idl:78
describes a color dispersion within an area.
Definition: Gradient.idl:33
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
short XOffset
specifies the X-coordinate, where the gradient begins.
Definition: Gradient.idl:63
short Border
per cent of the total width where just the start color is used.
Definition: Gradient.idl:58
com::sun::star::util::Color StartColor
specifies the color at the start point of the gradient.
Definition: Gradient.idl:43