SARGB

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.lang.Struct

public class SARGB extends Struct<SARGB>

ARGB Structure to access A,R,G,B value of single ARGB pixel

Constructors

Constructor Description
SARGB()
SARGB(int aValue) Initializes a new instance of the SARGB struct from ARGB32 value.

Methods

Method Description
Clone()
CloneTo(T arg0)
CloneTo(SARGB that)
clone()
equals(Object obj)
getA()
getB()
getClass()
getG()
getR()
getValue()
hashCode()
notify()
notifyAll()
setA(byte a)
setB(byte b)
setG(byte g)
setR(byte r)
setValue(int value)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

SARGB()

public SARGB()

SARGB(int aValue)

public SARGB(int aValue)

Initializes a new instance of the SARGB struct from ARGB32 value.

Parameters:

Parameter Type Description
aValue int ARGB32 value

Clone()

public SARGB Clone()

Returns: SARGB

CloneTo(T arg0)

public abstract void CloneTo(T arg0)

Parameters:

Parameter Type Description
arg0 T

CloneTo(SARGB that)

public void CloneTo(SARGB that)

Parameters:

Parameter Type Description
that SARGB

clone()

public Object clone()

Returns: java.lang.Object

equals(Object obj)

public boolean equals(Object obj)

Parameters:

Parameter Type Description
obj java.lang.Object

Returns: boolean

getA()

public byte getA()

Returns: byte

getB()

public byte getB()

Returns: byte

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getG()

public byte getG()

Returns: byte

getR()

public byte getR()

Returns: byte

getValue()

public int getValue()

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setA(byte a)

public void setA(byte a)

Parameters:

Parameter Type Description
a byte

setB(byte b)

public void setB(byte b)

Parameters:

Parameter Type Description
b byte

setG(byte g)

public void setG(byte g)

Parameters:

Parameter Type Description
g byte

setR(byte r)

public void setR(byte r)

Parameters:

Parameter Type Description
r byte

setValue(int value)

public void setValue(int value)

Parameters:

Parameter Type Description
value int

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int