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)Alpha channel value.RgbaColorInputRgbaColorInput. blue(RgbColorChannelScalar v)Blue color channel value.RgbaColorInputRgbaColorInput. green(RgbColorChannelScalar v)Green color channel value.RgbaColorInputRgbaColorInput. red(RgbColorChannelScalar v)Red color channel value.Methods in ch.brix.gql.client.frontify.input_objects with parameters of type RgbaColorInput Modifier and Type Method Description CreateBrandInputCreateBrandInput. color(RgbaColorInput v)`Brand` color.CreateWorkflowStatusInputCreateWorkflowStatusInput. color(RgbaColorInput v)**BETA** Color of the `WorkflowStatus`.UpdateBrandDataInputUpdateBrandDataInput. color(RgbaColorInput v)`Brand` color.UpdateWorkflowStatusDataInputUpdateWorkflowStatusDataInput. color(RgbaColorInput v)**BETA** `WorkflowStatus` color.CreateAssetInputCreateAssetInput. previewBackgroundColor(RgbaColorInput v)**BETA** Background color of the `Asset` preview.UpdateAssetDataInputUpdateAssetDataInput. previewBackgroundColor(RgbaColorInput v)**BETA** Background color of the `Asset` preview.
-