class Google::Apis::SlidesV1::LineFill

The fill of the line.

Attributes

solid_fill[RW]

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. Corresponds to the JSON property `solidFill` @return [Google::Apis::SlidesV1::SolidFill]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 1621
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/slides_v1/classes.rb, line 1626
def update!(**args)
  @solid_fill = args[:solid_fill] if args.key?(:solid_fill)
end