From 05a80811c90af3f1bbde74968f41fb2b3d0471f7 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 07 六月 2023 13:47:27 +0800 Subject: [PATCH] 1 --- HDL_ON/Entity/Function/Function.cs | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs index 171de78..66dce5d 100644 --- a/HDL_ON/Entity/Function/Function.cs +++ b/HDL_ON/Entity/Function/Function.cs @@ -1066,6 +1066,22 @@ /// </summary> public const string Brightness = "brightness"; /// <summary> + /// 鐐僵寮�鍏� + /// </summary> + public const string Colorful = "colorful"; + /// <summary> + /// 鐐僵寮�鍚鑹� + /// </summary> + public const string ColorfulBegin = "colorful_begin"; + /// <summary> + /// 鐐僵杩愯鏃堕棿 + /// </summary> + public const string ColorfulEnd = "colorful_end"; + /// <summary> + /// colorful_time + /// </summary> + public const string ColorfulTime = "colorful_time"; + /// <summary> /// 棰滆壊 /// </summary> public const string RGB = "rgb"; -- Gitblit v1.8.0