aboutsummaryrefslogtreecommitdiff
path: root/discord/colour.py
Commit message (Expand)AuthorAgeFilesLines
* Add Colour.brand_green and Colour.brand_redRyan2021-08-241-0/+16
* Typehint Colour.__init__ parameterRapptz2021-08-241-1/+1
* Fix Colour.fuchsia docstring typochromacoat dreamkey2021-05-151-1/+1
* Change Colour.blurple to new oneDorukyum2021-05-151-1/+6
* Add Colour.fuchsia and Colour.yellowArnav Jindal2021-05-151-0/+17
* Type up **kwargs of various methods Nadir Chowdhury2021-05-101-3/+3
* Type hint colour.pyJosh2021-05-051-39/+51
* Make spelling of "colour" consistent in docsnumbermaniac2021-04-271-1/+1
* Add __int__ to discord.Colourppotatoo2021-04-261-0/+7
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+5
* Modernize code to use f-stringsRapptz2021-04-041-6/+4
* Add an optional seed parameter for Colour.randomMaselkov2021-03-281-2/+10
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Clarify Colour.random RNGRapptz2020-11-211-2/+10
* Add Colour.random factory methodCaio Alexandre2020-11-211-0/+6
* Fix Colour.dark_theme docstring.Josh2020-10-161-2/+2
* Add discord.Colour classmethod dark_themeBluePhoenixGame2020-09-091-0/+9
* Add gray alias for discord.ColourSebbyLaw2020-07-221-0/+8
* Documentation formattingSkezza2020-06-301-1/+1
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-1/+1
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Improve documentationNCPlayz2019-06-071-4/+4
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Add Colour.from_hsvbmintz2018-08-221-0/+8
* Add intersphinxTobotimus2018-01-061-2/+2
* Make supported operations stand out more than attributes.Rapptz2017-05-201-8/+10
* Rename Colour.to_tuple to Colour.to_rgb.Rapptz2017-05-151-1/+1
* Add Colour.from_rgb.Rapptz2017-05-151-0/+5
* Use describe for Colour documentation.Rapptz2017-05-151-13/+15
* Add Colour.blurple and Colour.greyple.Rapptz2017-05-131-0/+9
* Check that the type in Colour and Permissions are int.Rapptz2017-02-211-1/+4
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Add useful repr to all data classes.Rapptz2017-01-031-0/+3
* Slots use tuples instead now.Rapptz2017-01-031-1/+1
* Fix Colour.__str__ to actually pad zeroes.Rapptz2016-06-161-1/+1
* Update license of files to 2016.Rapptz2016-01-041-1/+1
* Add __slots__ where appropriate to data classes.Rapptz2015-12-191-1/+3
* Most data classes now support hashing.Rapptz2015-12-171-0/+5
* All data classes now support !=, == and str(obj).Rapptz2015-12-131-9/+14
* Switch to NumPy style documentation.Rapptz2015-12-041-4/+3
* Update to the new colours.Rapptz2015-11-271-58/+58
* Split data classes into more files.Rapptz2015-10-271-0/+187