summaryrefslogtreecommitdiffstats
path: root/doc/classes/Color.xml
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos in classrefHaoyu Qiu2023-08-221-1/+1
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Clarify doc for Color.hex and C# Color()mara2023-05-301-4/+4
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-4/+4
* Revert "Add API for HSL conversion"clayjohn2023-05-101-27/+0
* Add API for HSL conversionbonjorno72023-05-091-0/+27
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* More class reference fixesHaoyu Qiu2023-02-241-1/+1
* Fix incorrect format in Color documentationMicky2023-02-141-8/+8
* Fix C# examples in documentationRaul Santos2023-01-311-7/+6
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* C#: Synchronize Color with CoreRaul Santos2022-12-161-12/+18
* Tweak Color DocumentationMicky2022-12-051-78/+92
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Remove internal functions of named colors from the public APIDanil Alexeev2022-10-211-31/+0
* Fill random docskobewi2022-10-071-0/+15
* [doc] Use "param" instead of "code" to refer to parameters (7)Andy Maloney2022-08-121-11/+11
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-51/+51
* i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-4/+4
* Allow picking similar colours using OKHSL.K. S. Ernest (iFire) Lee2022-06-071-0/+18
* Color: Rename `to_srgb`/`to_linear` to include base color spaceRémi Verschelde2022-04-131-13/+13
* Expose Color's `to_linear()` and `to_srgb()` to scriptingHugo Locurcio2022-03-281-0/+13
* doc: Sync missing Color value update after #59229Rémi Verschelde2022-03-171-133/+133
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Correct C# code example in Color class referenceTechnicalSoup2022-02-091-2/+3
* Add method descriptions to Color Class ReferenceTechnicalSoup2022-02-081-0/+33
* Alpha channel indicates opacity, not transparencyHaoyu Qiu2021-12-241-4/+4
* Fix font preview text color on light backgroundHaoyu Qiu2021-12-181-0/+7
* Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde2021-11-161-0/+15
|\
| * Add documentation to operators for math typesAaron Franke2021-11-041-0/+15
* | Color: Bind `from_hsv` as static methodRémi Verschelde2021-11-111-0/+18
|/
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-113/+117
* Allow comparing equality between builtin types and nullGeorge Marques2021-09-171-0/+10
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-174/+87
* Implement native extension systemreduz2021-06-251-20/+20
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-148/+148
* Allow clamping vectors and colorsAaron Franke2021-06-031-0/+11
* Merge pull request #45144 from dalexeev/color-constsRémi Verschelde2021-05-071-151/+151
|\
| * Rename color constants (alternative)Danil Alexeev2021-01-261-151/+151
* | Docs: Minor argument names fixkleonc2021-04-231-1/+1
* | doc: Sync classref with current sourceRémi Verschelde2021-03-181-25/+105
* | Replace ColorN and from HTML with a string constructorAaron Franke2021-02-011-1/+21
|/
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-2/+2
* Improve argument names for core typesAaron Franke2020-12-071-2/+2
* doc: Sync classref with current sourceRémi Verschelde2020-12-041-0/+8
* Improve comments in Color documentationAaron Franke2020-11-131-17/+17
* doc: Sync classref to add operators after #43419Rémi Verschelde2020-11-101-5/+97
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-57/+14