Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Stencil value type (also used as a mask) More...
#include <SFML/Graphics/StencilMode.hpp>
Public Member Functions | |
StencilValue (int theValue) | |
Construct a stencil value from a signed integer. | |
StencilValue (unsigned int theValue) | |
Construct a stencil value from an unsigned integer. | |
template<typename T> | |
StencilValue (T)=delete | |
Disable construction from any other type. |
Public Attributes | |
unsigned int | value {} |
The stored stencil value. |
Stencil value type (also used as a mask)
Definition at line 74 of file StencilMode.hpp.
sf::StencilValue::StencilValue | ( | int | theValue | ) |
Construct a stencil value from a signed integer.
theValue | Signed integer value to use |
sf::StencilValue::StencilValue | ( | unsigned int | theValue | ) |
Construct a stencil value from an unsigned integer.
theValue | Unsigned integer value to use |
|
delete |
Disable construction from any other type.
unsigned int sf::StencilValue::value {} |
The stored stencil value.
Definition at line 99 of file StencilMode.hpp.