rgb_to_hex: Encode RGB/RGBA to hex (sRGB domain)

View source: R/colorspace_helpers.R View source: R/render_gamma_linear.R View source: R/convert_color.R

rgb_to_hexR Documentation

Encode RGB/RGBA to hex (sRGB domain)

Description

Encode RGB/RGBA to hex (sRGB domain)

Usage

rgb_to_hex(x)

Arguments

x

Values. 3 or 4 columns (R,G,B,A) in 0 to 1.

Value

Hex vector (#RRGGBB or #RRGGBBAA).


rayimage documentation built on June 12, 2026, 5:06 p.m.