ColorScheme(String, String, Color) Constructor
In This Article
Initializes a new instance of the ColorScheme class with the specified scheme’s display name and base color.
Namespace: DevExpress.XtraReports.Wizards.ColorSchemes
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string that specifies the color scheme name. |
display |
String | A string that specifies the color scheme name displayed on the Choose a Report Color Scheme wizard page. |
base |
Color | The scheme’s base color whose variations, according to an internal algorithm, are used as other color components of the scheme. |
See Also