LightingColorFilter.ColorMultiply Property

Definition

Returns the RGB color used to multiply the source color when the color filter is applied.

public virtual int ColorMultiply { [Android.Runtime.Register("getColorMultiply", "()I", "GetGetColorMultiplyHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getColorMultiply", "()I", "GetGetColorMultiplyHandler", ApiSince=26)>]
member this.ColorMultiply : int

Property Value

Attributes

Remarks

Returns the RGB color used to multiply the source color when the color filter is applied.

Java documentation for android.graphics.LightingColorFilter.getColorMultiply().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to