/// <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);
/// <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);