coloralpha(ARGB(1,1,1,1)) is ok,
but coloralpha(ARGB32(1,1,1,1)) has error:
MethodError: no method matching coloralpha(::Type{RGB24})
Closest candidates are:
coloralpha(::C) where C<:TransparentColor at C:\Users\momos.julia\packages\ColorTypes\7OlxI\src\conversions.jl:140
coloralpha(::C, ::Any) where C<:TransparentColor at C:\Users\momos.julia\packages\ColorTypes\7OlxI\src\conversions.jl:141
coloralpha(::C) where C<:Color at C:\Users\momos.julia\packages\ColorTypes\7OlxI\src\conversions.jl:138
coloralpha(ARGB(1,1,1,1))is ok,but
coloralpha(ARGB32(1,1,1,1))has error: