Class (GI Struct)

Shumate-1.0ShumateVectorValueSince 1.6

A mutable value used in the vector style specification.

1.6

Index

Constructors

Properties

Methods

  • Gets the boolean value of self.

    Returns [boolean, boolean]

    true if self is a boolean value and boolean was set, false otherwise

  • Gets the color value of self.

    If self is a string value, it will attempt to parse the string as a color.

    Returns [boolean, Gdk.RGBA]

    true if self is a color value and color was set, false otherwise

  • Gets the number value of self.

    Returns [boolean, number]

    true if self is a number value and number was set, false otherwise

  • Gets the string value of self.

    Returns [boolean, string]

    true if self is a string value and string was set, false otherwise

  • Sets self to a boolean value.

    Parameters

    • _boolean: boolean

      a boolean value

    Returns void