Skip to content

Commit 329dda9

Browse files
committed
Cleanup...
1 parent 26d7ca2 commit 329dda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ColorSetKit/ColorSetStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public SolidColorBrush ReadColor()
113113

114114
return new SolidColorBrush
115115
(
116-
Color.FromArgb
116+
System.Windows.Media.Color.FromArgb
117117
(
118118
( byte )Math.Round( a * 255 ),
119119
( byte )Math.Round( r * 255 ),

0 commit comments

Comments
 (0)