Color (gb.image)
This static class defines predefined color constants, and some useful other methods to deal with colors.
This class is static.
This class can be used as a .
This class acts like a static array.
|
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