'DeclarationPublic Shared Function FromName( _ ByVal Name As String _ ) As IList(Of SKColor)
'UsageDim Name As String Dim value As IList(Of SKColor) value = ColourPalettes.FromName(Name)
public static IList<SKColor> FromName( string Name )
public: static IList<SKColor>^ FromName( String^ Name )
Parameters
- Name
- The name which identifies the palette
Return Value
A 256 colour palette