API Reference > imodeljs-common > DisplayStyles > RenderSchedule > RenderSchedule.ColorEntry RenderSchedule.ColorEntry Class A timeline entry controlling the color of the affected geometry. Extends RenderSchedule.TimelineEntry Methods Name Description constructor(props: RenderSchedule.ColorEntryProps): RenderSchedule.ColorEntry toJSON(): RenderSchedule.ColorEntryProps Properties Name Type Description value Readonly undefined | RgbColor If defined, the color in which to draw the geometry. Inherited properties Name Type Inherited from Description interpolation Readonly RenderSchedule.Interpolation RenderSchedule.TimelineEntry How to interpolate from this entry to the next entry in the timeline. time Readonly number RenderSchedule.TimelineEntry The time point in seconds in the Unix Epoch. Defined in core/common/src/RenderSchedule.ts Line 206 Last Updated: 11 June, 2024