Example #1
0
 /// <summary>Pushes the current draw color onto the matrix stack. Calling <see cref="Draw.PopColor()"/> will restore this state</summary>
 [MethodImpl(INLINE)] public static void PushColor() => ColorStack.Push(Draw.style.color);
Example #2
0
 /// <summary>Pushes the current draw color onto the matrix stack. Calling <see cref="Draw.PopColor()"/> will restore this state</summary>
 public static void PushColor() => ColorStack.Push(Draw.style.color);