AnalogClock plugin help
Download plugin
Requirements:
This plugin requires the use of the RawTime general plugin as it's content. Don't forget. ;)
Parameter explanation:
ShowFaceNumbers Show face numbers, (Yes/No)
ShowSecondHand Show second hand, (Yes/No)
BackgroundBMP Path to background bitmap
FaceColor Clockface color
FaceFont Clockface font
FaceFontColor Clockface font color
FaceFontShadow Clockface font is shadowed, (Yes/No)
FaceFontShadowColor Clockface font shadow color
FaceFontShadowOffset Clockface font shadow offset
SecondHandScale LengthOfSecondHand = RadiusOfClock * SecondHandScale
SecondHandThickness Thickness, in pixels, of second hand
SecondHandColor Color of second hand
MinuteHandScale LengthOfMinuteHand = RadiusOfClock * MinuteHandScale
MinuteHandThickness Thickness, in pixels, of minute hand
MinuteHandColor Color of minute hand
HourHandScale LengthOfHourHand = RadiusOfClock * HourHandScale
HourHandThickness Thickness, in pixels, of hour hand
HourHandColor Color of hour hand
HourFormat Hour format 12/24
Change log
v 0214
- changed over to vtFontEx for fonts (made four parameters defunct, removed them)
- added color converter, can now use simple names (ex: clGreen or Green), ABGR, and RGB color formats
v 0213
- sorted default and optional parameters
- hand shadows
v 0212
- made all StrToFloat conversions thread-safe
v 0211
- added extra parameter checking in SetConfigString
v 0210
- added HourFormat parameter for 12/24 hour format
- fixed face font, font names with spaces were not working
v 0200
- added face numbers and corresponding parameters
- general house cleaning
v 0100
- released for testing