Method | Description | |
---|---|---|
RandomIcon ( ) : string |
Returns a randomly selected Icon using System.Random.
|
|
RandomIcon ( IEnumerable |
Returns a randomly selected Icon using System.Random.
|
|
RandomThemeColour ( ) : string |
Returns a randomly selected Theme Colour using System.Random.
|
|
RandomThemeColour ( IEnumerable |
Returns a randomly selected Theme Colour using System.Random.
|
Method | Description | |
---|---|---|
UIHelpers ( ) : System |
public static RandomIcon ( IEnumerable |
||
Except | IEnumerable |
A list of Icons which will be ignored (if all are excluded, a random one will be returned) |
return | string |
public static RandomThemeColour ( IEnumerable |
||
Except | IEnumerable |
A list of Theme Colours which will be ignored (if all are excluded, a random one will be returned) |
return | string |