ansi256_to_hex: Convert ANSI 256 color code to HEX

View source: R/fmt.R

ansi256_to_hexR Documentation

Convert ANSI 256 color code to HEX

Description

Convert ANSI 256 color code to HEX

Usage

ansi256_to_hex(code)

Arguments

code

Integer: ANSI 256 color code (0-255).

Value

Character: HEX color string.

Author(s)

EDG

Examples

ansi256_to_hex(1)

rtemis.core documentation built on April 22, 2026, 1:11 a.m.