Module Utils.Rgba'

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