X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdocument.h;h=cab768408ee8a0ba2a9ecd91c71e8ad4b3936381;hb=67fbce330b046b1f0d63222f04d83410dc1b2faa;hp=df818f2a69b5eb896c51fe3060b3e2f2042cfbf8;hpb=d83560835237d360f6d12776435e91676c8ab45f;p=ipdf%2Fcode.git diff --git a/src/document.h b/src/document.h index df818f2..cab7684 100644 --- a/src/document.h +++ b/src/document.h @@ -52,7 +52,7 @@ namespace IPDF bool operator==(const Document & equ) const; bool operator!=(const Document & equ) const {return !(this->operator==(equ));} - unsigned AddGroup(unsigned start_index, unsigned end_index, const Colour & shading=Colour(0.1,0.1,0.1,1)); + unsigned AddGroup(unsigned start_index, unsigned end_index, const Colour & shading=Colour(0.6,0.6,0.6,1)); unsigned AddBezier(const Bezier & bezier); unsigned Add(ObjectType type, const Rect & bounds, unsigned data_index = 0); unsigned AddBezierData(const Bezier & bezier);