Class Color (3.17.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 3.17.0keyboard_arrow_down
public final class Color extends GeneratedMessageV3 implements ColorOrBuilder
Represents a color in the RGB color space.
Protobuf type google.privacy.dlp.v2.Color
Static Fields
BLUE_FIELD_NUMBER
public static final int BLUE_FIELD_NUMBER
Field Value
Type
Description
int
GREEN_FIELD_NUMBER
public static final int GREEN_FIELD_NUMBER
Field Value
Type
Description
int
RED_FIELD_NUMBER
public static final int RED_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Color getDefaultInstance ()
Returns
Type
Description
Color
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Color . Builder newBuilder ()
newBuilder(Color prototype)
public static Color . Builder newBuilder ( Color prototype )
Parameter
Name
Description
prototype
Color
public static Color parseDelimitedFrom ( InputStream input )
Returns
Type
Description
Color
public static Color parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Color
parseFrom(byte[] data)
public static Color parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Color
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Color parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Color
parseFrom(ByteString data)
public static Color parseFrom ( ByteString data )
Returns
Type
Description
Color
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Color parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Color
public static Color parseFrom ( CodedInputStream input )
Returns
Type
Description
Color
public static Color parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Color
public static Color parseFrom ( InputStream input )
Returns
Type
Description
Color
public static Color parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Color
parseFrom(ByteBuffer data)
public static Color parseFrom ( ByteBuffer data )
Returns
Type
Description
Color
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Color parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Color
parser()
public static Parser<Color> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getBlue()
The amount of blue in the color as a value in the interval [0, 1].
float blue = 3;
Returns
Type
Description
float
The blue.
getDefaultInstanceForType()
public Color getDefaultInstanceForType ()
Returns
Type
Description
Color
getGreen()
The amount of green in the color as a value in the interval [0, 1].
float green = 2;
Returns
Type
Description
float
The green.
getParserForType()
public Parser<Color> getParserForType ()
Overrides
getRed()
The amount of red in the color as a value in the interval [0, 1].
float red = 1;
Returns
Type
Description
float
The red.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Color . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Color . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Color . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[],[]]