My Project
 All Classes Files Functions
Static Public Member Functions | Static Public Attributes | List of all members
ColourGenerator Class Reference

Static Public Member Functions

static Color GetColour (String colourScheme)
 
static Color Boclash ()
 
static Color Cool ()
 
static Color Greyscale ()
 
static Color Hcontrast ()
 
static Color Neon ()
 
static Color Pyclash ()
 
static Color Random ()
 
static Color Warm ()
 

Static Public Attributes

static final String BOCLASH = "C_BOCLASH"
 

Member Function Documentation

static Color ColourGenerator.Boclash ( )
inlinestatic

This method returns the blue and orange colours, generated from blue and oranage sets of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.Cool ( )
inlinestatic

This method returns the colour, generated from a "cool" set of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.GetColour ( String  colourScheme)
inlinestatic

This method returns the colour, dependant on which string has been passed to this class.

Parameters
colourSchemeis the string where the colours generated are stored.
Returns
the colour which corresponds to the string passed.
static Color ColourGenerator.Greyscale ( )
inlinestatic

This method returns the colour, generated from a "greyscale" set of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.Hcontrast ( )
inlinestatic

This method returns the colour, generated from a "Hcontrast" set of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.Neon ( )
inlinestatic

This method returns the colour, generated from a "neon" set of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.Pyclash ( )
inlinestatic

This method returns the purple and yellow colours, generated from purple and yellow sets of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.Random ( )
inlinestatic

This method returns the colour, generated from a random set of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.Warm ( )
inlinestatic

This method returns the colour, generated from a "warm" set of RGB values.

Returns
the colour which corresponds to the generated RGB values.

The documentation for this class was generated from the following file: