FadeButton is a button inspired by the Microsoft Office 2007 and 2010 style. It is capable to fade its color when the mouse goes on it. To use FadeButton you have to:
- Use ColorTheme if you want to change the default colors. You can choose upon 6 themes: 1 is Green, 2 Orange, 3 Blue, 4 Purple, 5 Red, 6 Yellow.
- Use BorderVisible if you want to change the default visibility of the borders. Note that the borders are visible by default.
- Use BackImage to set a background image
- Use Style to set the color style.
- Use MorphBorders to set if the morphing will have to be applied to the borders and MorphBackground if it will have to be applied to the back color
- Use StartingMainColor, EndingMainColor, StartingBorderColor, EndingBorderColor, FadeColor, and ClickColor to set a custom colors theme
END OF GUIDE