This commit is contained in:
lincube
2026-02-27 19:27:38 +08:00
parent 3d11ae6733
commit 4ded1c1f20
10 changed files with 1891 additions and 106 deletions

View File

@@ -0,0 +1,8 @@
using System.Collections.Generic;
using Avalonia.Media;
namespace LanMontainDesktop.Models;
public sealed record MonetPalette(
IReadOnlyList<Color> RecommendedColors,
IReadOnlyList<Color> MonetColors);