Package eu.europa.esig.dss.ws.dto
Class RemoteColor
java.lang.Object
eu.europa.esig.dss.ws.dto.RemoteColor
-
Constructor Summary
ConstructorDescriptionThe empty constructorRemoteColor
(int red, int green, int blue) The default constructor without alpha layerRemoteColor
(Integer red, Integer green, Integer blue, Integer alpha) The default constructor with alpha layer -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlpha()
Gets alpha layer valuegetBlue()
Gets blue color valuegetGreen()
Gets green color valuegetRed()
Gets red color valueint
hashCode()
void
Sets alpha layer valuevoid
Sets blue color valuevoid
Sets green color valuevoid
Sets red color valuetoString()
-
Constructor Details
-
RemoteColor
public RemoteColor()The empty constructor -
RemoteColor
public RemoteColor(int red, int green, int blue) The default constructor without alpha layer- Parameters:
red
- R color valuegreen
- G color valueblue
- B color value
-
RemoteColor
-
-
Method Details
-
getRed
-
setRed
-
getGreen
-
setGreen
-
getBlue
-
setBlue
-
getAlpha
-
setAlpha
-
hashCode
-
equals
-
toString
-