summaryrefslogtreecommitdiffstats
path: root/core/color.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-16/+28
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-39/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Remove deprecated Color::grayHanif Bin Ariffin2020-02-121-7/+0
* Visual GPU profiler and related profiling support in Vulkan.Juan Linietsky2020-02-111-8/+0
* Color: Fix deprecation warning mentioning 'get_v()' instead of 'v'Rémi Verschelde2020-01-281-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Make is_equal_approx separate for structuresAaron Franke2019-10-141-0/+5
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-26/+8
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-2/+1
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Update GDNantive APIlupoDharkael2018-10-261-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* BPTC supportelasota2018-08-211-0/+15
* Deprecate incorrect Color::gray()Rémi Verschelde2018-08-211-0/+3
* [Core] 64-bit int Color methodsAaron Franke2018-07-251-0/+53
* Fixed float Color conversions to int typesMax2018-06-191-13/+13
* Fix mismatch between Color.h and Color.from_hsv()Bernhard Liebl2018-03-141-0/+4
* Add Color.from_hsv()Bernhard Liebl2018-01-181-0/+49
* Revert "Fix bad color to HTML conversion. Alpha channel was added before RGB."Rémi Verschelde2018-01-161-1/+1
* -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes #14...Juan Linietsky2018-01-121-54/+53
* Fix bad color to HTML conversion. Alpha channel was added befor RGB.robfram2018-01-091-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Merge pull request #11208 from kitsune/hex-color-shortcutsRémi Verschelde2017-09-191-0/+8
|\
| * Adds 3 and 4 digit html shortcuts to ColorDylan Enloe2017-09-121-0/+8
* | Implement +,-,/, * and negate operators for Color type.bncastle2017-09-161-0/+119
* | Change Color.to_32() to to_rgba32() and format as RGBAmrawlingst2017-09-071-6/+6
|/
* added to_ABGR32() to core/Colortoger52017-08-301-0/+12
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-151/+140
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-0/+1
* Merge pull request #7093 from bojidar-bg/named-colorsRémi Verschelde2017-01-111-1/+21
|\
| * Add named colors to GDScript/Visual Script/core.Bojidar Marinov2016-12-171-1/+21
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* remove trailing whitespaceHubert Jarosz2016-03-091-7/+7
* fix color when hue is set to 1Nuno Donato2016-02-181-5/+7
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* fix typo error in Color::invertchoikwa2015-05-241-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* closes #163Dana Olson2014-12-081-1/+1
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+377