From 3af8c73910997a0a6b766a3eb1d624a327356bbd Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Wed, 6 Oct 2021 17:29:58 +0200 Subject: :sparkles: Add Color helper class (should be made the default for ColorVariable) --- NeoRuntime/Runtime/luxcena_neo/neo_behaviour.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NeoRuntime/Runtime/luxcena_neo/neo_behaviour.py') diff --git a/NeoRuntime/Runtime/luxcena_neo/neo_behaviour.py b/NeoRuntime/Runtime/luxcena_neo/neo_behaviour.py index dc4609c..5c89ca0 100644 --- a/NeoRuntime/Runtime/luxcena_neo/neo_behaviour.py +++ b/NeoRuntime/Runtime/luxcena_neo/neo_behaviour.py @@ -2,7 +2,7 @@ import json from os import path from enum import Enum from .strip import detect_format_convert_color -from .color_utils import rgb_from_24bit, hex_from_24bit +from .color_utils import rgb_from_twentyfour_bit, hex_from_twentyfour_bit class NeoBehaviour: """ -- cgit v1.2.3