BCGSoft.Shared Namespace > DrawManager Class : SmartMixColors Method |
'Declaration Public Shared Function SmartMixColors( _ ByVal color1 As Color, _ ByVal color2 As Color, _ ByVal dblLumRatio As Double, _ ByVal k1 As Integer, _ ByVal k2 As Integer _ ) As Color
'Usage Dim color1 As Color Dim color2 As Color Dim dblLumRatio As Double Dim k1 As Integer Dim k2 As Integer Dim value As Color value = DrawManager.SmartMixColors(color1, color2, dblLumRatio, k1, k2)
public static Color SmartMixColors( Color color1, Color color2, double dblLumRatio, int k1, int k2 )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2