Module Utils.Rgba

type t = {
  1. r : int;
  2. g : int;
  3. b : int;
  4. a : float;
}