Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Multiply operator.
Syntax
'Declaration
Public Shared Function op_Multiply ( _
value As Color, _
scale As Single _
) As Color
public static Color op_Multiply (
Color value,
float scale
)
public:
static Color op_Multiply(
Color value,
float scale
)
Parameters
Return Value
Type: Color
A four-component color.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Color Structure
Color Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone