summaryrefslogtreecommitdiff
path: root/doc/classes/Color.xml
AgeCommit message (Expand)Author
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
2019-11-30Add docs for is_equal_approx on structuresAaron Franke
2019-11-08doc: Sync classref with current sourceRémi Verschelde
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-08Fixing returned alpha component for inverted methodMaxime Leroy
2019-05-28doc: Sync classref with current sourceRémi Verschelde
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2018-12-14doc: Fix formatting in code blocksRémi Verschelde
2018-10-02[DOCS] Classref updates: Color, RigidBody*Chris Bradfield
2018-09-23[Docs] Remove double-spaces from descriptions, as well a couple other small f...LikeLakers2