diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:24:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:24:50 +0000 |
commit | c6b1bb8ad9a54ded36f76b2d9b8cbaf839387b8d (patch) | |
tree | 0b80ee32797bc928ecefb92059ecfc5ec1c0fe83 | |
parent | 1f53becc675358c27b5b312846d890bd123e427e (diff) |
INTEGRATION: CWS canvas02 (1.2.22); FILE MERGED
2005/10/08 20:48:44 thb 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED
2005/06/17 23:31:17 thb 1.2.22.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)
-rw-r--r-- | offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl index 2a9e91cb8..74d77482f 100644 --- a/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl +++ b/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl @@ -4,9 +4,9 @@ * * $RCSfile: XParametricPolyPolygon2D.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 03:00:36 $ + * last change: $Author: kz $ $Date: 2005-11-02 13:24:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -100,6 +100,15 @@ interface XParametricPolyPolygon2D : ::com::sun::star::uno::XInterface sequence<ColorComponent> getPointColor( [in] ::com::sun::star::geometry::RealPoint2D point ) raises (com::sun::star::lang::IllegalArgumentException); + //------------------------------------------------------------------------- + + /** Query the color space employed by this object + + @return the color space the colors generated by this object + are to be interpreted in. + */ + XColorSpace getColorSpace(); + }; }; }; }; }; |