summaryrefslogtreecommitdiff
path: root/doc/classes/Color.xml
AgeCommit message (Expand)Author
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-06-07Allow picking similar colours using OKHSL.K. S. Ernest (iFire) Lee
2022-04-13Color: Rename `to_srgb`/`to_linear` to include base color spaceRémi Verschelde
2022-03-28Expose Color's `to_linear()` and `to_srgb()` to scriptingHugo Locurcio
2022-03-17doc: Sync missing Color value update after #59229Rémi Verschelde
2022-03-14Remove generating of null comparison operators from documentationYuri Roubinsky
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-09Correct C# code example in Color class referenceTechnicalSoup
2022-02-08Add method descriptions to Color Class ReferenceTechnicalSoup
2021-12-24Alpha channel indicates opacity, not transparencyHaoyu Qiu
2021-12-18Fix font preview text color on light backgroundHaoyu Qiu
2021-11-16Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde
2021-11-11Color: Bind `from_hsv` as static methodRémi Verschelde
2021-11-04Add documentation to operators for math typesAaron Franke
2021-10-29Move the docs for constructors and operators out of methods sectionAaron Franke
2021-09-17Allow comparing equality between builtin types and nullGeorge Marques
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-06-25Implement native extension systemreduz
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-03Allow clamping vectors and colorsAaron Franke
2021-05-07Merge pull request #45144 from dalexeev/color-constsRémi Verschelde
2021-04-23Docs: Minor argument names fixkleonc
2021-03-18doc: Sync classref with current sourceRémi Verschelde
2021-02-01Replace ColorN and from HTML with a string constructorAaron Franke
2021-01-26Rename color constants (alternative)Danil Alexeev
2021-01-04doc: Sync classref with current sourceRémi Verschelde
2020-12-07Improve argument names for core typesAaron Franke
2020-12-04doc: Sync classref with current sourceRémi Verschelde
2020-11-13Improve comments in Color documentationAaron Franke
2020-11-10doc: Sync classref to add operators after #43419Rémi Verschelde
2020-11-09Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde
2020-11-06Merge pull request #43283 from Calinou/color-remove-contrastedRémi Verschelde
2020-11-04doc: Sync classref with current source + fixup some bindingsRémi Verschelde
2020-11-03Remove `Color.contrasted()` as its behavior is barely usefulHugo Locurcio
2020-10-01Link to demos from within the class referenceAaron Franke
2020-09-26Translate GDScript Code Examples to C# (C)HaSa1002
2020-09-23Reference the Color constants cheatsheet in the class referenceHugo Locurcio
2020-09-01Change Color HTML conversion from ARGB to RGBAAaron Franke
2020-07-21Update core documentation to match recent C# changesAaron Franke
2020-06-21Document how Vector2, Vector3 and Color behave in a boolean contextHugo Locurcio
2020-04-29Color with alpha constructorAaron Franke
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-04-05Add reference of Color8 function to Color class documentationNannaquin
2020-03-09DocData: Fix serialization of Variant default valuesRémi Verschelde
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-12Remove deprecated Color::grayHanif Bin Ariffin
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2020-01-26doc: Document named color constantsRémi Verschelde
2020-01-23Remove unnecessary extra spaces before comments in code examples.Michael Alexsander