Brush Colours

Objects that use a brush color Setting A Brush Color Using a const defined color This is actually quite hard as Color can’t be defined const and .FromArgb can’t take a Int32 in UWP. The following achieves it

Read More