Struct ProjectChapter
- Namespace
- Ofs
- Assembly
- Ofs.Api.dll
A named chapter: a time range with a color.
public readonly record struct ProjectChapter : IEquatable<ProjectChapter>
- Implements
Constructors
ProjectChapter(double, double, uint, string)
A named chapter: a time range with a color.
public ProjectChapter(double Start, double End, uint Color, string Name)
Parameters
Properties
Color
public uint Color { get; init; }
Property Value
End
public double End { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Start
public double Start { get; init; }