Header menu logo B2R2

ColoredSegment Module

Functions and values

Function or value Description

ColoredSegment.appendString tail (arg2, arg3)

Full Usage: ColoredSegment.appendString tail (arg2, arg3)

Parameters:
    tail : string
    arg1 : Color
    arg2 : string

Returns: ColoredSegment

Append a string (of the same color) to a colored segment.

tail : string
arg1 : Color
arg2 : string
Returns: ColoredSegment

ColoredSegment.asciiOfByte b

Full Usage: ColoredSegment.asciiOfByte b

Parameters:
    b : byte

Returns: Color * string

Return a colored ASCII representation of a byte.

b : byte
Returns: Color * string

ColoredSegment.hexOfByte b

Full Usage: ColoredSegment.hexOfByte b

Parameters:
    b : byte

Returns: Color * string

Return a colored hexadeciaml representation of a byte.

b : byte
Returns: Color * string

Type something to start searching.