public class RGBAInfo extends AbstractModel
Constructor and Description |
---|
RGBAInfo() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.