Send feedback
Class Color (3.16.0) Stay organized with collections
Save and categorize content based on your preferences.
Version 3.16.0 keyboard_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
GREEN_FIELD_NUMBER
public
static
final
int
GREEN_FIELD_NUMBER
Field Value
RED_FIELD_NUMBER
public
static
final
int
RED_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public
static
Color
getDefaultInstance
()
Returns
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Returns
newBuilder()
public
static
Color
.
Builder
newBuilder
()
Returns
newBuilder(Color prototype)
public
static
Color
.
Builder
newBuilder
(
Color
prototype
)
Parameter
Returns
public
static
Color
parseDelimitedFrom
(
InputStream
input
)
Parameter
Returns
Exceptions
public
static
Color
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public
static
Color
parseFrom
(
byte
[]
data
)
Parameter
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
Color
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public
static
Color
parseFrom
(
ByteString
data
)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
Color
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
public
static
Color
parseFrom
(
CodedInputStream
input
)
Parameter
Returns
Exceptions
public
static
Color
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
public
static
Color
parseFrom
(
InputStream
input
)
Parameter
Returns
Exceptions
public
static
Color
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public
static
Color
parseFrom
(
ByteBuffer
data
)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
Color
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
parser()
public
static
Parser<Color>
parser
()
Returns
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
Parameter
Returns
Overrides
getBlue()
The amount of blue in the color as a value in the interval [0, 1].
float blue = 3;
Returns
getDefaultInstanceForType()
public
Color
getDefaultInstanceForType
()
Returns
getGreen()
The amount of green in the color as a value in the interval [0, 1].
float green = 2;
Returns
getParserForType()
public
Parser<Color>
getParserForType
()
Returns
Overrides
getRed()
The amount of red in the color as a value in the interval [0, 1].
float red = 1;
Returns
getSerializedSize()
public
int
getSerializedSize
()
Returns
Overrides
getUnknownFields()
public
final
UnknownFieldSet
getUnknownFields
()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
Returns
Overrides
isInitialized()
public
final
boolean
isInitialized
()
Returns
Overrides
newBuilderForType()
public
Color
.
Builder
newBuilderForType
()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected
Color
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
parent
)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
unused
)
Parameter
Returns
Overrides
toBuilder()
public
Color
.
Builder
toBuilder
()
Returns
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)
Parameter
Overrides
Exceptions
Send feedback
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-09-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,[]]