Method | Description | |
---|---|---|
GetRandomRainbowColor ( ) : System.Drawing.Color |
Comes up with a 'pure' psuedo-random color
|
|
GetRandomRainbowMediaColor ( ) : System.Windows.Media.System.Drawing.Color | ||
RandomizeBrush ( System.Windows.Media.Brush brush ) : System.Windows.Media.Brush | ||
ShiftColor ( System.Drawing.Color c, int shiftAmount ) : System.Drawing.Color | ||
ToDrawingColor ( System mColor ) : System.Drawing.Color | ||
ToMediaColor ( System.Drawing.Color dColor ) : System.Windows.Media.System.Drawing.Color |
Method | Description | |
---|---|---|
BringIntInColorRange ( int i ) : int |
public static GetRandomRainbowColor ( ) : System.Drawing.Color | ||
return | System.Drawing.Color |
public static GetRandomRainbowMediaColor ( ) : System.Windows.Media.System.Drawing.Color | ||
return | System.Windows.Media.System.Drawing.Color |
public static RandomizeBrush ( System.Windows.Media.Brush brush ) : System.Windows.Media.Brush | ||
brush | System.Windows.Media.Brush | |
return | System.Windows.Media.Brush |
public static ShiftColor ( System.Drawing.Color c, int shiftAmount ) : System.Drawing.Color | ||
c | System.Drawing.Color | |
shiftAmount | int | |
return | System.Drawing.Color |
public static ToDrawingColor ( System mColor ) : System.Drawing.Color | ||
mColor | System | |
return | System.Drawing.Color |
public static ToMediaColor ( System.Drawing.Color dColor ) : System.Windows.Media.System.Drawing.Color | ||
dColor | System.Drawing.Color | |
return | System.Windows.Media.System.Drawing.Color |