Creates an IERGBA object from color components.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IERGBA( byte red, byte green, byte blue )
Public Sub New ( _ red As Byte, _ green As Byte, _ blue As Byte _ )
public: IERGBA( unsigned char red, unsigned char green, unsigned char blue )
Parameters
- red
- Byte
The Red component
- green
- Byte
The Green component
- blue
- Byte
The Blue component