gi-pango-1.0.22: Pango bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Pango.Structs.AttrColor

Description

The AttrColor structure is used to represent attributes that are colors.

Synopsis

Exported types

newtype AttrColor Source #

Memory-managed wrapper type.

newZeroAttrColor :: MonadIO m => m AttrColor Source #

Construct a AttrColor struct initialized to zero.

noAttrColor :: Maybe AttrColor Source #

A convenience alias for Nothing :: Maybe AttrColor.

Methods

Overloaded methods

Properties

attr

the common portion of the attribute

getAttrColorAttr :: MonadIO m => AttrColor -> m Attribute Source #

Get the value of the “attr” field. When overloading is enabled, this is equivalent to

get attrColor #attr

color

the Color which is the value of the attribute

getAttrColorColor :: MonadIO m => AttrColor -> m Color Source #

Get the value of the “color” field. When overloading is enabled, this is equivalent to

get attrColor #color