{{newin|[[0.9.2]]|092|type=enum}}
Graphics state stack types used with [[love.graphics.push]].
== Constants ==
;transform: The transformation stack ([[love.graphics.translate]], [[love.graphics.rotate]], etc.)
;all: All [[love.graphics]] state, including transform state.
== Notes ==
Aside from the graphics transform state, the <code>all</code> Stack Type constant affects the following:
* [[love.graphics.setBackgroundColor|background color]]
* [[love.graphics.setBlendMode|blend mode]]
* [[love.graphics.setCanvas|active canvas]]
* [[love.graphics.setColor|current color]]
* [[love.graphics.setColorMask|color mask]]
* [[love.graphics.setDefaultFilter|default filter mode]]
* [[love.graphics.setFont|active font]]
* [[love.graphics.setScissor|scissor rectangle]]
* [[love.graphics.setShader|active shader]]
* [[love.graphics.setWireframe|wireframe mode]]
* [[love.graphics.setStencilTest|stencil test mode]]
* [[love.graphics.setLineJoin|line join mode]]
* [[love.graphics.setLineStyle|line style]]
* [[love.graphics.setLineWidth|line width]]
* [[love.graphics.setPointSize|point size]]
* [[love.graphics.setPointStyle|point style]]

== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.push]]
* [[love.graphics.pop]]
[[Category:Enums]]
{{#set:Description=Graphics state stack types used with [[love.graphics.push]].}}
== Other Languages ==
{{i18n|StackType}}