{{newinoldin|[[0.8.0]]|080|[[0.10.0]]|100|type=function|text=It has been replaced by [[love.graphics.stencil]] and [[love.graphics.setStencilTest]]}}
Defines an inverted stencil for the drawing operations or releases the active one.

It's the same as [[love.graphics.setStencil]] with the mask inverted.
== 関数 ==
=== 概要 ===
<source lang="lua">
love.graphics.setInvertedStencil( stencilFunction )
</source>
=== 引数 ===
{{param (日本語)|function|stencilFunction|Function that draws the stencil.}}
=== 返値 ===
ありません。
== 関数 ==
Releases the active stencil.
=== 概要 ===
<source lang="lua">
love.graphics.setInvertedStencil( )
</source>
=== 引数 ===
なし。
=== 返値 ===
ありません。

== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[parent::love.graphics.newStencil (日本語)]]
* [[parent::love.graphics.setStencil (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Defines an inverted stencil.}}
{{#set:Since=080}}
{{#set:Sub-Category=State (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.setInvertedStencil}}