setBoxColour

open fun setBoxColour(@ColorInt staticColour: Int)

Sets the box colour to use for highlighting contours. This is an optional method.

Parameters

staticColour

the static box colour to use, default WHITE


open fun setBoxColour(@NonNull colour: IntSupplier)

Sets the box colour to use for highlighting contours. This is an optional method.

Parameters

colour

the box colour to use, default WHITE