《付録》exColorSlider.xaml

<!--
#    Copyright (C) 2000-2008, (^.^) piyo-piyo Tamago-Club
#
# History: WPF examples
#    2008/01/25, IronPython 1.1.1 (download)
#    2008/08/22, IronPython 1.1.2 (download)
#    2008/03/16, ver.2.0, WPF
#    2008/00/00, ver.2.1, IronPython 1.1.2 
    • >
<Slider Name="R" Value="{Binding Path=red}" Width="120" Maximum="255" /> <Slider Name="G" Value="{Binding Path=green}" Width="120" Maximum="255" /> <Slider Name="B" Value="{Binding Path=blue}" Width="120" Maximum="255" />