Method: RbSDL2::Window::Shape::WindowShapeMode#alpha_test?
- Defined in:
- lib/rb_sdl2/window/shape.rb
#alpha_test? ⇒ Boolean
8 |
# File 'lib/rb_sdl2/window/shape.rb', line 8 def alpha_test? = [::SDL::ShapeModeBinarizeAlpha, ::SDL::ShapeModeDefault].include?(mode) |