<canvas height="150" width="100%">
<simplelayout spacing="20"/>
<view id="swatch" width="300" height="100" bgcolor="${color.value}"/>
<view id="sliders">
<simplelayout/>
<slider id="color" width="300" maxvalue="0xffffff" minvalue="0x000000" type="color"/>
<text text="${color.presentValue()}"/>
</view>
</canvas>