``` julia julia> c1 = RGB(0.5, 0.1, 0.6) # RGB{Float64}(0.5,0.1,0.6) julia> c2 = RGBA(0.6, 0.1, 0.9, 1) # ERROR: SYSTEM: show(lasterr) caused an error ```