summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/Gradient.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/Gradient.idl')
-rw-r--r--offapi/com/sun/star/awt/Gradient.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/offapi/com/sun/star/awt/Gradient.idl b/offapi/com/sun/star/awt/Gradient.idl
index c1039ba4dfea..d4b968656d1b 100644
--- a/offapi/com/sun/star/awt/Gradient.idl
+++ b/offapi/com/sun/star/awt/Gradient.idl
@@ -24,71 +24,59 @@
#include <com/sun/star/util/Color.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** describes a color dispersion within an area.
*/
published struct Gradient
{
- //-------------------------------------------------------------------------
/** specifies the style of the gradient.
*/
com::sun::star::awt::GradientStyle Style;
- //-------------------------------------------------------------------------
/** specifies the color at the start point of the gradient.
*/
com::sun::star::util::Color StartColor;
- //-------------------------------------------------------------------------
/** specifies the color at the end point of the gradient.
*/
com::sun::star::util::Color EndColor;
- //-------------------------------------------------------------------------
/** angle of the gradient in 1/10 degree.
*/
short Angle;
- //-------------------------------------------------------------------------
/** per cent of the total width where just the start color is used.
*/
short Border;
- //-------------------------------------------------------------------------
/** specifies the X-coordinate, where the gradient begins.
*/
short XOffset;
- //-------------------------------------------------------------------------
/** specifies the Y-coordinate, where the gradient begins.
*/
short YOffset;
- //-------------------------------------------------------------------------
/** specifies the intensity at the start point of the gradient.
*/
short StartIntensity;
- //-------------------------------------------------------------------------
/** specifies the intensity at the end point of the gradient.
*/
short EndIntensity;
- //-------------------------------------------------------------------------
/** specifies the number of steps of change color.
*/
@@ -96,7 +84,6 @@ published struct Gradient
};
-//=============================================================================
}; }; }; };