using System.Collections.Generic; using Avalonia.Media; namespace LanMontainDesktop.Models; public sealed record MonetPalette( IReadOnlyList RecommendedColors, IReadOnlyList MonetColors);