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

SchedulerColorSchemaCollection.GetSchema(Color, Int32) Method

Creates a color schema based on the schema with the specified index with the specified base color.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public SchedulerColorSchema GetSchema(
    Color color,
    int index
)

Parameters

Name Type Description
color Color

A Color structure specifying the base color of the new schema.

index Int32

An integer specifying the index of a color schema used as a base for calculating a new schema.

Returns

Type Description
SchedulerColorSchema

A SchedulerColorSchema object.

See Also