G
Guest
Ever needed to get byte values from an integer?
just convert the integer to a color using Color.FromARGB and then use the
A,R,G,B properties
and to do the reverse use Color.FromARGB(A,R,G,B)
It is undoubtedly bad practice but it makes things easy!
guy
just convert the integer to a color using Color.FromARGB and then use the
A,R,G,B properties
and to do the reverse use Color.FromARGB(A,R,G,B)
It is undoubtedly bad practice but it makes things easy!
guy