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