LightingColorFilter Constructors

Definition

Overloads

LightingColorFilter(Int32, Int32)

Create a colorfilter that multiplies the RGB channels by one color, and then adds a second color.

LightingColorFilter(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

LightingColorFilter(Int32, Int32)

Create a colorfilter that multiplies the RGB channels by one color, and then adds a second color.

[Android.Runtime.Register(".ctor", "(II)V", "")]
public LightingColorFilter (int mul, int add);
[<Android.Runtime.Register(".ctor", "(II)V", "")>]
new Android.Graphics.LightingColorFilter : int * int -> Android.Graphics.LightingColorFilter

Parameters

mul
Int32
add
Int32
Attributes

Remarks

Create a colorfilter that multiplies the RGB channels by one color, and then adds a second color. The alpha components of the mul and add arguments are ignored.

Java documentation for android.graphics.LightingColorFilter.LightingColorFilter(int, int).

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

LightingColorFilter(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected LightingColorFilter (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.LightingColorFilter : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.LightingColorFilter

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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