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

struct Gradient

Elements' Summary
Style specifies the style of the gradient.  
StartColor specifies the color at the start point of the gradient.  
EndColor specifies the color at the end point of the gradient.  
Angle angle of the gradient in 1/10 degree.  
Border per cent of the total width where just the start color is used.  
XOffset Specifies the X-coordinate, where the gradient begins. * This is effectively the center of the RADIAL, ELLIPTICAL, SQUARE and * RECT style gradients.  
YOffset Specifies the Y-coordinate, where the gradient begins. See previous field.  
StartIntensity Specifies the intensity at the start point of the gradient. What that means is undefined.  
EndIntensity specifies the intensity at the end point of the gradient.  
StepCount Specifies the number of steps of change color. What that means * is undefined.  
Elements' Details
Style
GradientStyle Style;
Description
specifies the style of the gradient.
StartColor
::com::sun::star::util::Color StartColor;
Description
specifies the color at the start point of the gradient.
EndColor
::com::sun::star::util::Color EndColor;
Description
specifies the color at the end point of the gradient.
Angle
short Angle;
Description
angle of the gradient in 1/10 degree.
Border
short Border;
Description
per cent of the total width where just the start color is used.
XOffset
short XOffset;
Description
Specifies the X-coordinate, where the gradient begins. * This is effectively the center of the RADIAL, ELLIPTICAL, SQUARE and * RECT style gradients.
YOffset
short YOffset;
Description
Specifies the Y-coordinate, where the gradient begins. See previous field.
StartIntensity
short StartIntensity;
Description
Specifies the intensity at the start point of the gradient. What that means is undefined.
EndIntensity
short EndIntensity;
Description
specifies the intensity at the end point of the gradient.
StepCount
short StepCount;
Description
Specifies the number of steps of change color. What that means * is undefined.
Top of Page