Class SolidFill
A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class SolidFill : IDirectResponseSchema
Properties
Alpha
The fraction of this color
that should be applied to the pixel. That is, the final pixel color is defined
by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value
of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
Declaration
[JsonProperty("alpha")]
public virtual float? Alpha { get; set; }
Property Value
Type | Description |
---|---|
float? |
Color
The color value of the solid fill.
Declaration
[JsonProperty("color")]
public virtual OpaqueColor Color { get; set; }
Property Value
Type | Description |
---|---|
OpaqueColor |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |