How can i make like a this:
<Color x:FactoryMethod="FromRgb">
    <x:Arguments >
        <x:Double x:Key="{Binding Source={x:Reference SliderR}}"/>
        <x:Double x:Key="{Binding Source={x:Reference SliderG}}"/>
        <x:Double x:Key="{Binding Source={x:Reference SliderB}}"/>
    </x:Arguments>
</Color>
But i think that primitive type does nor support binding function.
 
    