| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal toRed As Double, _ ByVal toGreen As Double, _ ByVal toBlue As Double _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| Managed Extensions for C++ | |
|---|---|
public: BalanceColorCommandFactor( double toRed, double toGreen, double toBlue ) | |
Parameters
- toRed
- Value that represents the percentage of the red color value that should be distributed to the red component
- toGreen
- Value that represents the percentage of the green color value that should be distributed to the green component
- toBlue
- Value that represents the percentage of the blue color value that should be distributed to the blue component
Refer to BalanceColorsCommand example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family