Skip to main content
A newer version of this page is available. .

SchedulerColorSchema(Color) Constructor

Initializes a new instance of the SchedulerColorSchema class and assigns values to its members using the parameter as a color base.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public SchedulerColorSchema(
    Color baseColor
)

Parameters

Name Type Description
baseColor Color

A Color value specifying the color to be used for calculating other colors of the color schema.

Remarks

The parameter of this call to a class constructor becomes a SchedulerColorSchema.BaseColor of the schema. It is used to calculate other schema colors.

See Also