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 each color component by the scale factor.
Syntax
'Declaration
Public Shared Function Multiply ( _
value As Color, _
scale As Single _
) As Color
public static Color Multiply (
Color value,
float scale
)
public:
static Color 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