Top   Module   Use   Manual   Index 

com :: sun :: star :: awt ::

struct Gradient


Description
describes a color dispersion within an area.


Elements

com::sun::star::awt::GradientStyle Style
Description
style of the gradient.
long StartColor
Description
specifies the color at the start point of the gradient.
long EndColor
Description
specifies the color at the end point of the gradient.
short Angle
Description
angle of the gradient in 1/10 degree.
short Border
Description
per cent of the total width where just the start color is used.
short XOffset
Description
specifies the X-coordinate, where gradient begins.
short YOffset
Description
specifies the Y-coordinate, where gradient begins.
short StartIntensity
Description
specifies the intensity at the start point of the gradient.
short EndIntensity
Description
specifies the intensity at the end point of the gradient.
short StepCount
Description
specifies the number of steps of change color.
Top of Page