is_white {HilbertCurve}R Documentation

Whether the color is white

Description

Whether the color is white

Usage

is_white(r, g, b, maxColorValue = 1)

Arguments

r

Red channel.

g

Green channel.

b

Blue channel.

maxColorValue

1 or 255.

Examples

# There is no example
NULL


[Package HilbertCurve version 1.22.0 Index]