GetColor Method (Authors)
Gets the theme color of an author.
'Declaration
Public Function GetColor( _
ByVal As IAuthor _
) As Color
'Usage
Dim instance As Authors
Dim author As IAuthor
Dim value As Color
value = instance.GetColor(author)
Parameters
- author
- The author.
Return Value
A
Color value represent the theme color of the author.