Color (gb.image)
This static class defines predefined color constants, and some useful other methods to deal with colors.
Esta classe é estática.
Esta classe funciona como um array estático .
Métodos estáticos
|
Constantes
|
Invert
|
|
|
Examples
' this example uses 'color from gb.qt4'
Label1.Background = Color.LightForeground
Label1.Foreground = Color.VisitedForeground
' this example uses 'color from gb.image'
TextBox2.Background = Color.Yellow
TextBox2.Foreground = Color.Black
See also