{{newin (日本語)|[[0.92.0 (日本語)|0.92.0]]|092|type=列挙型}}
Graphics state stack types used with [[love.graphics.push]].
== 定数 ==
;transform: The transformation stack ([[love.graphics.translate]], [[love.graphics.rotate]], etc.)
;all: All [[love.graphics]] state, including transform state.
== 注釈 ==
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]]

== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[love.graphics.push (日本語)]]
* [[love.graphics.pop (日本語)]]
[[Category:Enums (日本語)]]
{{#set:Description=Graphics state stack types used with [[love.graphics.push]].}}
== そのほかの言語 ==
{{i18n (日本語)|StackType}}