VB.NET & RGB() - RGB() : Returns an Integer value representing an RGB color value from a set of red, green and blue color components.
ShotDev Focus:
- VB.NET & RGB()
Syntax
RGB.aspx
RGB( _ Red As Integer, _ Green As Integer, _ Blue As Integer _ )
.
.
.