Bitmap.testChunkCollisionB

Tests a single chunk of pixels between two 1 bit bitmaps for collision, using a single chunk (size_t) of pixels, if other is wider than what size_t allows.

class Bitmap(string S, T)
protected final protected @safe @nogc nothrow pure const
static if(!(S != "HB" && S != "QB" && S != "b"))
static if(!(S == "HB"))
static if(!(S == "QB"))
static if(S == "b")
bool
testChunkCollisionB

Return Value

Type: bool

True is collision has been detected.

Meta