Pattern Editor Color Notes

Post Reply
User avatar
jahsen
Posts: 6
Joined: Sat Jan 21, 2012 10:50 am
Location: Bulgaria

Pattern Editor Color Notes

Post by jahsen »

Is it possible to make or edit a theme so i can have a different color for the different notes?

I saw this snippet

Code: Select all

<ObjectDataProvider x:Key="PatternNoteColors" ObjectType="{x:Type bgc:HSPAColorProvider}">
    <ObjectDataProvider.ConstructorParameters>
    <sys:Int32>12</sys:Int32>
    <sys:Double>0</sys:Double>
    <sys:Double>0.916667</sys:Double>
    <sys:Double>0.7</sys:Double>
    <sys:Double>0.7</sys:Double>
    <sys:Double>0.6</sys:Double>
    <sys:Double>0.6</sys:Double>
    </ObjectDataProvider.ConstructorParameters>
</ObjectDataProvider>
But I do not know where to put it :)
Thanks.
Post Reply