Files

9 lines
212 B
C#
Raw Permalink Normal View History

2026-02-27 19:27:38 +08:00
using System.Collections.Generic;
using Avalonia.Media;
namespace LanMontainDesktop.Models;
public sealed record MonetPalette(
IReadOnlyList<Color> RecommendedColors,
IReadOnlyList<Color> MonetColors);