Class RgbColorChannelScalar
- java.lang.Object
-
- ch.brix.gql.client.Scalar
-
- ch.brix.gql.client.frontify.scalars.RgbColorChannelScalar
-
public class RgbColorChannelScalar extends ch.brix.gql.client.ScalarThe `RgbColorChannel` scalar represents an integer value between 0 and 255 (both inclusive).
-
-
Method Summary
Modifier and Type Method Description static RgbColorChannelScalarof(Object value)
-
-
-
Method Detail
-
of
public static RgbColorChannelScalar of(Object value)
- Parameters:
value- requires correct implementation of .toString() otherwise pass a String
-
-