Color.Multiply(Color, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Multiplies the alpha, red, blue, and green channels of the specified Color structure by the specified value.
public:
static System::Windows::Media::Color Multiply(System::Windows::Media::Color color, float coefficient);
public static System.Windows.Media.Color Multiply (System.Windows.Media.Color color, float coefficient);
static member Multiply : System.Windows.Media.Color * single -> System.Windows.Media.Color
Public Shared Function Multiply (color As Color, coefficient As Single) As Color
Parameters
- coefficient
- Single
The value to multiply by.
Returns
A new Color structure whose color values are the results of the multiplication operation.
Applies to
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.