Platforms to show: All Mac Windows Linux Cross-Platform

Integer2ColorMBS(intValue as UInt32) as Color

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Basic MBS Util Plugin ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
Returns the integer as if it is a color.
Example
dim c as color
dim i as UInt32
c=Integer2ColorMBS(i)

Same as:
c=rgb(i\65536 mod 256, i\256 mod 256, i mod 256)

Blog Entries

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...