ColorsInfo.ColorsInfo

ColorsInfo()

Initializes a new instance of the ColorsInfo class.

public ColorsInfo()

See Also


ColorsInfo(DateTime, Dictionary<string, Colors>, Dictionary<string, Colors>)

Initializes a new instance of the ColorsInfo class.

public ColorsInfo(DateTime updated, Dictionary<string, Colors> calendar, 
    Dictionary<string, Colors> evnt)
ParameterTypeDescription
updatedDateTimeLast modification time of the color palette.
calendarDictionary`2Palette of calendar colors, mapping from the color ID to its definition.
evntDictionary`2Palette of event colors, mapping from the color ID to its definition.

See Also