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