Property | Type | Description | |
---|---|---|---|
Alpha | byte | ||
Blue | byte | ||
Green | byte | ||
Red | byte |
Method | Description | |
---|---|---|
RGB ( ) : System |
Initializes a new instance of the RGB class.
|
|
RGB ( System color ) : System |
Initializes a new instance of the RGB class.
|
|
RGB ( byte red, byte green, byte blue ) : System |
Initializes a new instance of the RGB class.
|
|
RGB ( byte red, byte green, byte blue, byte alpha ) : System |
Initializes a new instance of the RGB class.
|
public RGB ( System color ) : System | ||
color | System | Initialize from specified |
return | System |
public RGB ( byte red, byte green, byte blue ) : System | ||
red | byte | Red component. |
green | byte | Green component. |
blue | byte | Blue component. |
return | System |
public RGB ( byte red, byte green, byte blue, byte alpha ) : System | ||
red | byte | Red component. |
green | byte | Green component. |
blue | byte | Blue component. |
alpha | byte | Alpha component. |
return | System |