Converts hex color strings to a color int value and vice versa:  Private Sub ColorToHex(clr As Int) As String     Dim bc As ByteConverter     Return bc.HexFromBytes(bc.IntsToBytes(Array As Int(clr))) End Sub  Private Sub HexToColor(Hex As String) As Int     Dim bc As ByteConverter     If...
				
					
						
							 
						
					
					www.b4x.com