Interface protos.google.type.IColor (1.11.0)

Properties of a Color.

Package

@google-cloud/aiplatform

Properties

alpha

alpha?: (google.protobuf.IFloatValue|null);

Color alpha

Property Value
TypeDescription
(google.protobuf.IFloatValue|null)

blue

blue?: (number|null);

Color blue

Property Value
TypeDescription
(number|null)

green

green?: (number|null);

Color green

Property Value
TypeDescription
(number|null)

red

red?: (number|null);

Color red

Property Value
TypeDescription
(number|null)