public class RGBAInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RGBAInfo() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getA()Get A通道数值。[0,100]。建议取值50。 | 
| Long | getB()Get B通道数值。[0,255]。 | 
| Long | getG()Get G通道数值。[0,255]。 | 
| Long | getR()Get R通道数值。[0,255]。 | 
| void | setA(Long A)Set A通道数值。[0,100]。建议取值50。 | 
| void | setB(Long B)Set B通道数值。[0,255]。 | 
| void | setG(Long G)Set G通道数值。[0,255]。 | 
| void | setR(Long R)Set R通道数值。[0,255]。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RGBAInfo()
public RGBAInfo(RGBAInfo source)
public Long getR()
public void setR(Long R)
R - R通道数值。[0,255]。public Long getG()
public void setG(Long G)
G - G通道数值。[0,255]。public Long getB()
public void setB(Long B)
B - B通道数值。[0,255]。public Long getA()
public void setA(Long A)
A - A通道数值。[0,100]。建议取值50。Copyright © 2025. All rights reserved.