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:89
short YOffset
Specifies the Y-coordinate, where the gradient begins.
Definition: Gradient.idl:73
short Angle
angle of the gradient in 1/10 degree.
Definition: Gradient.idl:55
com::sun::star::awt::GradientStyle Style
specifies the style of the gradient.
Definition: Gradient.idl:40
com::sun::star::util::Color EndColor
specifies the color at the end point of the gradient.
Definition: Gradient.idl:50
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:78
short EndIntensity
specifies the intensity at the end point of the gradient.
Definition: Gradient.idl:83
Describes a gradient between two colors.
Definition: Gradient.idl:35
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, whatever that means.
Definition: Gradient.idl:67
short Border
per cent of the total width where just the start color is used.
Definition: Gradient.idl:60
com::sun::star::util::Color StartColor
specifies the color at the start point of the gradient.
Definition: Gradient.idl:45