Exago .NET API Documentation
GetColors Method
WebReports.Api.Theme Namespace > ColorTheme Class : GetColors Method
The PageInfo object
The name of the theme to read from, or a value from ColorTheme.ColorType
The theme type
Gets an array of hex colors (#XXXXXX) from a given theme
Syntax
public static System.string[] GetColors( 
   PageInfo pageInfo,
   System.string themeName,
   ReportTheme.ReportThemeType themeType
)

Parameters

pageInfo
The PageInfo object
themeName
The name of the theme to read from, or a value from ColorTheme.ColorType
themeType
The theme type
See Also

Reference

ColorTheme Class
ColorTheme Members