Edit

Share via


RGBColor Class

Definition

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

Applies to