Multiplies the texture sample.

This is useful for normalized textures. The four components map to the four color/alpha components of the texture (if they exist). If you just want to fade out the input, consider using weight instead.

Declaration

public Vector4 Multiplier { get; set; }