pangoColorToString {RGtk2}R Documentation

pangoColorToString

Description

Returns a textual specification of color in the hexadecimal form #rrrrggggbbbb, where r, g and b are hex digits representing the red, green, and blue components respectively.

Usage

pangoColorToString(object)

Arguments

object [PangoColor] a PangoColor

Details

Since 1.16

Value

[character] .

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]