aboutsummaryrefslogtreecommitdiff
path: root/src/utils/colour.rs
Commit message (Expand)AuthorAgeFilesLines
* add method Colour::hexMishio5952018-09-161-4/+2
* Add Colour::hexMishio5952018-08-111-0/+16
* Move unit tests into sourceZeyla Hellyer2018-08-011-0/+52
* Fix some clippy lintsZeyla Hellyer2018-07-151-5/+7
* Add associated consts in Colour, deprecate methodsZeyla Hellyer2018-07-071-36/+42
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-311-1/+1
* Break up the model moduleZeyla Hellyer2017-12-161-2/+5
* Fix clippy lintsZeyla Hellyer2017-10-111-3/+3
* `to_owned` -> `to_string`acdenisSK2017-10-011-1/+1
* Clippy lintsZeyla Hellyer2017-08-181-0/+3
* Apply rustfmtZeyla Hellyer2017-08-181-1/+1
* Make colour implement `From<(u8, u8, u8)>`acdenisSK2017-08-011-0/+5
* rustfmtacdenisSK2017-07-271-27/+9
* Remove the deprecated functionsacdenisSK2017-07-111-36/+0
* Add more examples and improve some othersZeyla Hellyer2017-05-231-4/+15
* Add faded_purple to colour listMei2017-05-131-1/+3
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-26/+62
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-13/+1
* Convert Colour to be a tuple structAustin Hellyer2017-01-131-22/+15
* Add Rohrkatze Blue to Colour structBrendan McCarthy2017-01-061-0/+2
* Add Meibi Pink to coloursMei2017-01-021-0/+2
* Fix typoIllia2016-12-311-3/+3
* Make Member::colour() return an optional colourAustin Hellyer2016-12-031-2/+1
* Derive Eq/Ord on ColourAustin Hellyer2016-12-031-1/+14
* Make the default Colour value the actual defaultAustin Hellyer2016-12-031-2/+2
* s/rose_water/rosewaterAustin Hellyer2016-12-031-1/+1
* Add rose water colourIllia2016-12-031-0/+2
* Add 'fooyoo' to Colour structIsaac Dickinson2016-12-011-1/+3
* Add fabled_pink to Colour structKen Swenson2016-12-011-0/+2
* Simplify colour macroAustin Hellyer2016-12-011-3/+2
* Re-order dark_green colour alphabeticallykhazhyk2016-12-011-2/+2
* Capitalize the hex value for blitz_blueKisei2016-11-301-1/+1
* Add blitz blue colorCrawl2016-11-301-0/+2
* Add Blurple to Colour listGetRektByMe2016-11-301-0/+2
* Add kerbal colourindiv02016-11-301-0/+2
* A bit of docsAustin Hellyer2016-11-181-22/+138
* Add Colour::from_rgbAustin Hellyer2016-11-161-0/+34
* Decode embed/role colours into Colour structAustin Hellyer2016-11-141-0/+11
* Add some more documentationAustin Hellyer2016-11-061-2/+4
* Initial commitAustin Hellyer2016-10-181-0/+126