Current section
Files
Jump to
Current section
Files
include/chrobot_extra@protocol@dom_RGBA.hrl
-record(r_g_b_a, {
r :: integer(),
g :: integer(),
b :: integer(),
a :: gleam@option:option(float())
}).