Mantis Bug Tracker

View Revisions: Issue #326 All Revisions ] Back to Issue ]
Summary 0000326: Add the Gradient, BackgroundGradient and TextGradient classes to regroup gradient properties
Revision 2012-04-07 12:06 by ycastonguay
Description Add integer properties to save the color values in XML (the Color structure cannot be serialized).

Gradient:
- Color1 (+Color1Int)
- Color2 (+Color2Int)
- GradientMode

BackgroundGradient inherits from Gradient and adds:
- BorderColor (+BorderColorInt)
- BorderWidth (if 0, the border is not visible)

TextGradient inherits from BackgroundGradient and adds:
- Font
Revision 2012-04-01 08:40 by ycastonguay
Description Add integer properties to save the color values in XML (the Color structure cannot be serialized).

Gradient:
- Color1 (+Color1Int)
- Color2 (+Color2Int)
- GradientMode
- BorderColor (+BorderColorInt)
- BorderWidth
- IsBorderVisible (boolean)

TextGradient inherits from Gradient and adds:
- Font
Revision 2012-04-01 08:39 by ycastonguay
Description Add integer properties to save the color values in XML (the Color structure cannot be serialized).

Gradient:
- Color1 (+Color1Int)
- Color2 (+Color2Int)
- GradientMode
- BorderColor (+BorderColorInt)
- IsBorderVisible (boolean)

TextGradient inherits from Gradient and adds:
- Font
Revision 2012-04-01 08:32 by ycastonguay
Description Add integer properties to save the color values in XML (the Color structure cannot be serialized).

Gradient:
- Color1 (+Color1Int)
- Color2 (+Color2Int)
- GradientMode
- BorderColor (+BorderColorInt)
- IsBorderVisible (boolean)

ButtonGradient inherits from Gradient and adds:
- Font
Revision 2012-04-01 08:22 by ycastonguay
Description Add integer properties to save the color values in XML (the Color structure cannot be serialized).

BackgroundGradient:
- Color1 (+Color1Int)
- Color2 (+Color2Int)
- GradientMode
- BorderColor (+BorderColorInt)
- IsBorderVisible (boolean)

ButtonGradient inherits from BackgroundGradient and adds:
- Font
Revision 2012-04-01 08:20 by ycastonguay
Description Add integer properties to save the color values in XML (the Color structure cannot be serialized).

BackgroundGradient:
- Color1 (+Color1Int)
- Color2 (+Color2Int)
- BorderColor (+BorderColorInt)
- GradientMode

ButtonGradient inherits from BackgroundGradient and adds:
- Font
Revision 2012-03-31 22:16 by ycastonguay
Description It will make it easier to serialize the values into XML.


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker