struct

Goban::RMQR::Mask

Inherits Goban::AbstractQR::Mask / Struct / Value / Object

Represents a mask pattern that can be applied to a canvas.

Constants

MASK_PATTERN = ->(x : Int32, y : Int32) do (((x // 3) + (y // 2)) & 1) == 0 end

Constructors