|
@@ -1835,10 +1835,6 @@ static void _register_variant_builtin_methods() {
|
|
|
bind_static_method(Color, hex64, sarray("hex"), varray());
|
|
|
bind_static_method(Color, html, sarray("rgba"), varray());
|
|
|
bind_static_method(Color, html_is_valid, sarray("color"), varray());
|
|
|
- bind_static_method(Color, find_named_color, sarray("name"), varray());
|
|
|
- bind_static_method(Color, get_named_color_count, sarray(), varray());
|
|
|
- bind_static_method(Color, get_named_color_name, sarray("idx"), varray());
|
|
|
- bind_static_method(Color, get_named_color, sarray("idx"), varray());
|
|
|
bind_static_method(Color, from_string, sarray("str", "default"), varray());
|
|
|
bind_static_method(Color, from_hsv, sarray("h", "s", "v", "alpha"), varray(1.0));
|
|
|
bind_static_method(Color, from_ok_hsl, sarray("h", "s", "l", "alpha"), varray(1.0));
|