Resets the current graphics settings.

Calling reset makes the current drawing color white, the current background color black, disables any active [[Canvas]] or [[Shader]], and removes any scissor settings. It sets the [[BlendMode]] to <tt>alpha</tt>, enables all [[love.graphics.setColorMask|color component masks]], disables [[love.graphics.setWireframe|wireframe mode]] and resets the current graphics transformation to the [[love.graphics.origin|origin]]. It also sets both the point and line drawing modes to <tt>smooth</tt> and their sizes to <tt>1.0</tt>.
== 関数 ==
=== 概要 ===
<source lang="lua">
love.graphics.reset( )
</source>
=== 引数 ===
なし。
=== 返値 ===
Nothing
== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[love.graphics.setBackgroundColor (日本語)]]
* [[love.graphics.setColor (日本語)]]
* [[love.graphics.setLineStyle (日本語)]]
* [[love.graphics.setPointStyle (日本語)]]
* [[love.graphics.origin (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Resets the current graphics settings.}}
{{#set:Since=000}}
{{#set:Sub-Category=State (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.reset}}