Class: Google::Cloud::Dlp::V2::Color
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::Color
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Represents a color in the RGB color space.
Instance Attribute Summary collapse
-
#blue ⇒ ::Float
The amount of blue in the color as a value in the interval [0, 1].
-
#green ⇒ ::Float
The amount of green in the color as a value in the interval [0, 1].
-
#red ⇒ ::Float
The amount of red in the color as a value in the interval [0, 1].
Instance Attribute Details
#blue ⇒ ::Float
Returns The amount of blue in the color as a value in the interval [0, 1].
744 745 746 747 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 744 class Color include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |