19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
Public Sub Form_Open() Dim hColorInfo As ColorInfo hColorInfo = Color[6357247] Print hColorInfo.Alpha Print hColorInfo.Blue Print hColorInfo.Color Print hColorInfo.Green Print hColorInfo.Hue Print hColorInfo.Luminance Print hColorInfo.Red Print hColorInfo.Saturation Print hColorInfo.Value ' Show color in a label (Label1) Label1.Background = Color.RGB(hColorInfo.Red, hColorInfo.Green, hColorInfo.Blue, hColorInfo.Alpha)End
Probabilmente è quello che lui cerca, ma io non ho capito proprio niente di quello che cerca.