GooglePrivacyDlpV2ColorResponse

data class GooglePrivacyDlpV2ColorResponse(val blue: Double, val green: Double, val red: Double)

Represents a color in the RGB color space.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The amount of blue in the color as a value in the interval 0, 1.

Link copied to clipboard

The amount of green in the color as a value in the interval 0, 1.

Link copied to clipboard
val red: Double

The amount of red in the color as a value in the interval 0, 1.