Header menu logo B2R2

Color Module

Provides functions for working with Color values.

Functions and values

Function or value Description

Color.ofByte b

Full Usage: Color.ofByte b

Parameters:
    b : byte

Returns: Color

Returns a Color based on the byte's character class: printable bytes map to green, whitespace to blue, control characters to red, null bytes to no color, and all other bytes to yellow.

b : byte
Returns: Color

Type something to start searching.