Class Colours
Object
Colours
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<Colours.Colour> static String
Useless function that I use for regenerating the CSS files in the Angular app.static String
Useless function that I use for generating the selector in the Angular app.
-
Constructor Details
-
Colours
public Colours()
-
-
Method Details
-
getColours
-
getColoursAsCss
Useless function that I use for regenerating the CSS files in the Angular app.- Returns:
- a String formatted css like a list of ".chat-cinnabar { color: #e44d2e;}"
-
getColoursAsInputfield
Useless function that I use for generating the selector in the Angular app.- Returns:
- a String formatted html containing a "select" form component.
-