Class RGBAInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.fmu.v20191213.models.RGBAInfo
-
public class RGBAInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetA()Get A通道数值。[0,100]。建议取值50。LonggetB()Get B通道数值。[0,255]。LonggetG()Get G通道数值。[0,255]。LonggetR()Get R通道数值。[0,255]。voidsetA(Long A)Set A通道数值。[0,100]。建议取值50。voidsetB(Long B)Set B通道数值。[0,255]。voidsetG(Long G)Set G通道数值。[0,255]。voidsetR(Long R)Set R通道数值。[0,255]。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RGBAInfo
public RGBAInfo()
-
RGBAInfo
public RGBAInfo(RGBAInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getR
public Long getR()
Get R通道数值。[0,255]。- Returns:
- R R通道数值。[0,255]。
-
setR
public void setR(Long R)
Set R通道数值。[0,255]。- Parameters:
R- R通道数值。[0,255]。
-
getG
public Long getG()
Get G通道数值。[0,255]。- Returns:
- G G通道数值。[0,255]。
-
setG
public void setG(Long G)
Set G通道数值。[0,255]。- Parameters:
G- G通道数值。[0,255]。
-
getB
public Long getB()
Get B通道数值。[0,255]。- Returns:
- B B通道数值。[0,255]。
-
setB
public void setB(Long B)
Set B通道数值。[0,255]。- Parameters:
B- B通道数值。[0,255]。
-
getA
public Long getA()
Get A通道数值。[0,100]。建议取值50。- Returns:
- A A通道数值。[0,100]。建议取值50。
-
setA
public void setA(Long A)
Set A通道数值。[0,100]。建议取值50。- Parameters:
A- A通道数值。[0,100]。建议取值50。
-
-