Module Spectrum_tools.Convert

Color conversion functions for terminal colors.

Provides utilities for converting RGB colors to ANSI color codes using perceptual matching in LAB color space.

Color conversion utilities for terminal output.

Provides functions to convert RGB colors to ANSI color codes using different quantization strategies.

Reference to the Palette module from spectrum_palette_ppx.

module Color : sig ... end

Extended Color module with additional types and conversion functions.

module type Converter = sig ... end

Converter module type for RGB to ANSI color code conversion.

Perceptual color converter using LAB color space for nearest-neighbor matching.