Uses of Class
ch.brix.gql.client.frontify.input_objects.RgbaColorInput
-
Packages that use RgbaColorInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of RgbaColorInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return RgbaColorInput Modifier and Type Method Description RgbaColorInputRgbaColorInput. alpha(PercentScalar v)**BETA** Alpha channel value.RgbaColorInputRgbaColorInput. blue(RgbColorChannelScalar v)**BETA** Blue color channel value.RgbaColorInputRgbaColorInput. green(RgbColorChannelScalar v)**BETA** Green color channel value.RgbaColorInputRgbaColorInput. red(RgbColorChannelScalar v)**BETA** Red color channel value.Methods in ch.brix.gql.client.frontify.input_objects with parameters of type RgbaColorInput Modifier and Type Method Description CreateWorkflowStatusInputCreateWorkflowStatusInput. color(RgbaColorInput v)**BETA** Color of the `WorkflowStatus`.UpdateWorkflowStatusDataInputUpdateWorkflowStatusDataInput. color(RgbaColorInput v)**BETA** `WorkflowStatus` color.
-