ColorOperator.Modulate Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Blends two colors.
Definition
Visual Basic .NET |
Public Shared Function Modulate( _ ByVal c1 As Integer, _ ByVal c2 As Integer _ ) As Integer |
C# |
public static int Modulate( int c1, int c2 ); |
Managed C++ |
public: static int Modulate( int c1, int c2 ); |
JScript .NET |
public static function Modulate( c1 : int, c2 : int ) :
int; |
Parameters
Return Value
System.Int32
.
Remarks
This method blends two colors by multiplying matching color components.
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center