virtualx-engine/modules/mono/glue
Rémi Verschelde 2969dffbe3 Deprecate incorrect Color::gray()
This average is not a proper approximation of a grayscale value,
get_v() is better suited for that.

If we want a real to_grayscale() conversion, it's somewhat more
involved: https://en.wikipedia.org/wiki/Grayscale

Remove the deprecated Gray() from C# bindings as it conflicts
with new named color constants.
2018-08-21 17:48:31 +02:00
..
cs_files Deprecate incorrect Color::gray() 2018-08-21 17:48:31 +02:00
builtin_types_glue.h Add missing copyright headers 2018-05-16 14:50:44 -03:00
collections_glue.cpp Dictionary: remove erase_checked(key), make erase(key) return bool 2018-08-14 19:19:05 +02:00
collections_glue.h Add Array and Dictionary wrapper classes to C# 2018-07-20 01:44:30 +02:00
glue_header.h Add Array and Dictionary wrapper classes to C# 2018-07-20 01:44:30 +02:00