package ultraviolet type Color struct { Red int Green int Blue int Alpha int }