public class JSONBlendingMode
extends java.lang.Object
コンストラクタと説明 |
---|
JSONBlendingMode() |
JSONBlendingMode(int srcFactor,
int dstFactor,
int blendFunctionIn) |
JSONBlendingMode(int srcColorFactorIn,
int destColorFactorIn,
int srcAlphaFactorIn,
int destAlphaFactorIn,
int blendFunctionIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
apply() |
boolean |
equals(java.lang.Object p_equals_1_) |
int |
hashCode() |
boolean |
isOpaque() |
static int |
stringToBlendFactor(java.lang.String factorName) |
static int |
stringToBlendFunction(java.lang.String funcName)
Converts a blend function name to an id, returning add (32774) if not recognized.
|
public JSONBlendingMode()
public JSONBlendingMode(int srcFactor, int dstFactor, int blendFunctionIn)
public JSONBlendingMode(int srcColorFactorIn, int destColorFactorIn, int srcAlphaFactorIn, int destAlphaFactorIn, int blendFunctionIn)
public void apply()
public boolean equals(java.lang.Object p_equals_1_)
equals
クラス内 java.lang.Object
public int hashCode()
hashCode
クラス内 java.lang.Object
public boolean isOpaque()
public static int stringToBlendFunction(java.lang.String funcName)
public static int stringToBlendFactor(java.lang.String factorName)