module QRencode::Util

Overview

Utility methods for QRencode.

Extended Modules

Defined in:

qrencode/util.cr

Instance Method Summary

Instance Method Detail

def black?(byte : UInt8) #

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


[View source]
def white?(byte : UInt8) #

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


[View source]