ARGBColor

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

public class ARGBColor extends Struct<ARGBColor>

Constructors

Constructor Description
ARGBColor()
ARGBColor(int aARGBColor)
ARGBColor(byte A, byte R, byte G, byte B)
ARGBColor(byte R, byte G, byte B)
ARGBColor(int A, int R, int G, int B)
ARGBColor(int R, int G, int B)
ARGBColor(System.Drawing.Color aColor)

Fields

Field Description
ArgbValue

Methods

Method Description
Clone()
CloneTo(T arg0)
CloneTo(ARGBColor that)
clone()
convertToARGB(byte R, byte G, byte B)
convertToARGB(byte A, byte R, byte G, byte B)
convertToARGB(int R, int G, int B)
convertToARGB(int A, int R, int G, int B)
equals(ARGBColor obj1, ARGBColor obj2)
equals(Object obj)
getA()
getB()
getBlackColor()
getClass()
getColorValue()
getG()
getGrayValue()
getR()
getTransparentColor()
getWhiteColor()
hashCode()
notify()
notifyAll()
setA(byte value)
setB(byte value)
setColorValue(System.Drawing.Color value)
setG(byte value)
setR(byte value)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ARGBColor()

public ARGBColor()

ARGBColor(int aARGBColor)

public ARGBColor(int aARGBColor)

Parameters:

Parameter Type Description
aARGBColor int

ARGBColor(byte A, byte R, byte G, byte B)

public ARGBColor(byte A, byte R, byte G, byte B)

Parameters:

Parameter Type Description
A byte
R byte
G byte
B byte

ARGBColor(byte R, byte G, byte B)

public ARGBColor(byte R, byte G, byte B)

Parameters:

Parameter Type Description
R byte
G byte
B byte

ARGBColor(int A, int R, int G, int B)

public ARGBColor(int A, int R, int G, int B)

Parameters:

Parameter Type Description
A int
R int
G int
B int

ARGBColor(int R, int G, int B)

public ARGBColor(int R, int G, int B)

Parameters:

Parameter Type Description
R int
G int
B int

ARGBColor(System.Drawing.Color aColor)

public ARGBColor(System.Drawing.Color aColor)

Parameters:

Parameter Type Description
aColor com.aspose.ms.System.Drawing.Color

ArgbValue

public int ArgbValue

Clone()

public ARGBColor Clone()

Returns: ARGBColor

CloneTo(T arg0)

public abstract void CloneTo(T arg0)

Parameters:

Parameter Type Description
arg0 T

CloneTo(ARGBColor that)

public void CloneTo(ARGBColor that)

Parameters:

Parameter Type Description
that ARGBColor

clone()

public Object clone()

Returns: java.lang.Object

convertToARGB(byte R, byte G, byte B)

public static int convertToARGB(byte R, byte G, byte B)

Parameters:

Parameter Type Description
R byte
G byte
B byte

Returns: int

convertToARGB(byte A, byte R, byte G, byte B)

public static int convertToARGB(byte A, byte R, byte G, byte B)

Parameters:

Parameter Type Description
A byte
R byte
G byte
B byte

Returns: int

convertToARGB(int R, int G, int B)

public static int convertToARGB(int R, int G, int B)

Parameters:

Parameter Type Description
R int
G int
B int

Returns: int

convertToARGB(int A, int R, int G, int B)

public static int convertToARGB(int A, int R, int G, int B)

Parameters:

Parameter Type Description
A int
R int
G int
B int

Returns: int

equals(ARGBColor obj1, ARGBColor obj2)

public static boolean equals(ARGBColor obj1, ARGBColor obj2)

Parameters:

Parameter Type Description
obj1 ARGBColor
obj2 ARGBColor

Returns: boolean

equals(Object obj)

public boolean equals(Object obj)

Parameters:

Parameter Type Description
obj java.lang.Object

Returns: boolean

getA()

public final byte getA()

Returns: byte

getB()

public final byte getB()

Returns: byte

getBlackColor()

public static ARGBColor getBlackColor()

Returns: ARGBColor

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColorValue()

public final System.Drawing.Color getColorValue()

Returns: com.aspose.ms.System.Drawing.Color

getG()

public final byte getG()

Returns: byte

getGrayValue()

public final byte getGrayValue()

Returns: byte

getR()

public final byte getR()

Returns: byte

getTransparentColor()

public static ARGBColor getTransparentColor()

Returns: ARGBColor

getWhiteColor()

public static ARGBColor getWhiteColor()

Returns: ARGBColor

hashCode()

public int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setA(byte value)

public final void setA(byte value)

Parameters:

Parameter Type Description
value byte

setB(byte value)

public final void setB(byte value)

Parameters:

Parameter Type Description
value byte

setColorValue(System.Drawing.Color value)

public final void setColorValue(System.Drawing.Color value)

Parameters:

Parameter Type Description
value com.aspose.ms.System.Drawing.Color

setG(byte value)

public final void setG(byte value)

Parameters:

Parameter Type Description
value byte

setR(byte value)

public final void setR(byte value)

Parameters:

Parameter Type Description
value byte

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