Branded
Clock based on logotype
Description
Simplest clock based on Greatis Software logotype.
Anatomy
Logotype image and simplest standard hands.
XML Settings File
<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
face="branded_face"
useSystemTime="true">
<hand
image="branded_hand_hour"
axisFacePoint="1438:822"
axisPoint="18:285"
shadow="true"
shadowColor="0xFF000000"
shadowBlurRadius="20"
type="Hour"/>
<hand
image="branded_hand_minute"
axisFacePoint="1438:822"
axisPoint="13:438"
shadow="true"
shadowColor="0xFF000000"
shadowBlurRadius="20"
type="Minute"/>
<hand
image="branded_hand_second"
axisFacePoint="1438:822"
axisPoint="6:438"
shadow="true"
shadowColor="0xFF000000"
shadowBlurRadius="20"
type="Second"/>
</TrueAnalogClock>
Manual code
No.