constructor(red: Int, green: Int, blue: Int, alpha: Int = 255) Creates an RGB instance from red, green, blue, and alpha components. Each value must be in the range 0 to 255 inclusive. If alpha is not provided, it defaults to 255, making the color opaque.