Ejemplo n.º 1
0
 public override SKColor UnwrapColor(Color color) => color.ToNative();
Ejemplo n.º 2
0
 public Color(TextAtom content, CSharpMath.Structures.Color colour, int index, int commandLength)
     : base(new Range(index, commandLength + content.Range.Length + 2 /*counting '{' and '}'*/)) =>
     (Content, Colour, content.Range) =