RGBColor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class that holds RGB colors
public class RGBColor
type RGBColor = class
Public Class RGBColor
- Inheritance
-
RGBColor
Constructors
RGBColor(Byte, Byte, Byte) |
Initializes a new instance of the RGBColor class. |
Properties
Blue |
Gets the blue value |
Green |
Gets the green value |
Red |
Gets the red value |