[]
Gets the theme color of an author.
public Color GetColor(IAuthor author)
Public Function GetColor(author As IAuthor) As Color
Type | Name | Description |
---|---|---|
IAuthor | author | The author. |
Type | Description |
---|---|
Color | A Color value represent the theme color of the author. |