'Declaration Public Function New( _ ByVal name As String, _ ByVal primaryHues As IEnumerable(Of Hue), _ ByVal accentHues As IEnumerable(Of Hue) _ )
'Usage Dim name As String Dim primaryHues As IEnumerable(Of Hue) Dim accentHues As IEnumerable(Of Hue) Dim instance As New Swatch(name, primaryHues, accentHues)
public Swatch( string name, IEnumerable<Hue> primaryHues, IEnumerable<Hue> accentHues )
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2