mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
10 lines
203 B
C#
10 lines
203 B
C#
using System.Windows.Media;
|
|
using Stylet;
|
|
|
|
namespace Artemis.UI.Screens.GradientEditor
|
|
{
|
|
public class GradientEditorViewModel : Screen
|
|
{
|
|
public Color CurrentColor { get; set; }
|
|
}
|
|
} |