summaryrefslogtreecommitdiffstats
path: root/doc/classes/Color.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98499 from tetrapod00/docs-dotnet-constructor-differencesThaddeus Crews2024-11-111-1/+1
|\
| * Docs: Add note about C# differences in Variant constructorstetrapod002024-10-271-1/+1
* | Merge pull request #82845 from Hysterelius/masterThaddeus Crews2024-11-111-0/+9
|\ \ | |/ |/|
| * Color: Expose OKHSL propertiesHysterelius2024-11-111-0/+9
* | Document alternatives to some static Color methodskobewi2024-07-281-0/+2
* | mention inverse of hex functions in Color.xmlthmasn2024-06-161-4/+4
* | Update links to outdated asset library demosskyace652024-04-071-3/+3
* | [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-131-1/+1
* | Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
* | Fix docs for Color class regarding bits per component.Allen Pestaluky2024-02-051-1/+1
|/
* 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
|\