Class JsonColor
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class JsonColor implements Parcelable
JSON-compatible class for Color
-
-
Method Summary
Modifier and Type Method Description final String
getHexString()
final Integer
toSdk()
Converts JSON-compatible object to SDK object -
-
Constructor Detail
-
JsonColor
JsonColor(String hexString)
- Parameters:
hexString
- hex-string representation of the color
-
-
Method Detail
-
getHexString
final String getHexString()
-
-
-
-