ScriptIntrinsicLUT.SetBlue(Int32, Int32) Method

Definition

Set an entry in the blue channel lookup table

[Android.Runtime.Register("setBlue", "(II)V", "")]
public void SetBlue (int index, int value);
[<Android.Runtime.Register("setBlue", "(II)V", "")>]
member this.SetBlue : int * int -> unit

Parameters

index
Int32

Must be 0-255

value
Int32

Must be 0-255

Attributes

Remarks

Set an entry in the blue channel lookup table

Java documentation for android.renderscript.ScriptIntrinsicLUT.setBlue(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