Table of Contents

Class ScriptIntrinsicColorMatrix

Namespace
Android.Renderscript
Assembly
MASES.Netdroid.dll
[Obsolete]
public class ScriptIntrinsicColorMatrix : ScriptIntrinsic, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<BaseObj>
ScriptIntrinsicColorMatrix
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<BaseObj>.IsAssignableFrom(IJavaType)
JVMBridgeBase<BaseObj>.IsAssignableFrom<T>()
JVMBridgeBase<BaseObj>.Execute<T>(params T[])
JVMBridgeBase<BaseObj>.DynBridgeClazz
JVMBridgeBase<BaseObj>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

ScriptIntrinsicColorMatrix()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ScriptIntrinsicColorMatrix()

ScriptIntrinsicColorMatrix(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public ScriptIntrinsicColorMatrix(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Create(RenderScript)

[Obsolete]
public static ScriptIntrinsicColorMatrix Create(RenderScript arg0)

Parameters

arg0 RenderScript

RenderScript

Returns

ScriptIntrinsicColorMatrix

ScriptIntrinsicColorMatrix

Create(RenderScript, Element)

[Obsolete]
public static ScriptIntrinsicColorMatrix Create(RenderScript arg0, Element arg1)

Parameters

arg0 RenderScript

RenderScript

arg1 Element

Element

Returns

ScriptIntrinsicColorMatrix

ScriptIntrinsicColorMatrix

ForEach(Allocation, Allocation)

[Obsolete]
public void ForEach(Allocation arg0, Allocation arg1)

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEach(Allocation, Allocation, LaunchOptions)

[Obsolete]
public void ForEach(Allocation arg0, Allocation arg1, Script.LaunchOptions arg2)

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

GetKernelID()

[Obsolete]
public Script.KernelID GetKernelID()

Returns

Script.KernelID

Script.KernelID

SetAdd(Float4)

[Obsolete]
public void SetAdd(Float4 arg0)

Parameters

arg0 Float4

Float4

SetAdd(float, float, float, float)

[Obsolete]
public void SetAdd(float arg0, float arg1, float arg2, float arg3)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float

float

SetColorMatrix(Matrix3f)

[Obsolete]
public void SetColorMatrix(Matrix3f arg0)

Parameters

arg0 Matrix3f

Matrix3f

SetColorMatrix(Matrix4f)

[Obsolete]
public void SetColorMatrix(Matrix4f arg0)

Parameters

arg0 Matrix4f

Matrix4f

SetGreyscale()

[Obsolete]
public void SetGreyscale()

SetRGBtoYUV()

[Obsolete]
public void SetRGBtoYUV()

SetYUVtoRGB()

[Obsolete]
public void SetYUVtoRGB()