Color (gb.image)
这个类事先定义了关于颜色的常数和一些关于处理颜色的方法。
Constants
Static methods
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