module

QRencode::Util

Utility methods for QRencode.

Instance methods

black?(byte : UInt8)

Returns true if the given byte is a black module (dot).

Source
white?(byte : UInt8)

Returns true if the given byte is a white module (dot).

Source