pango-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.This structure is used to represent a color in an uncalibrated RGB colorspace.System.ValueTypeFieldPango.ColorTo be addedTo be addedMethodPango.ColorTo be added
To be added: an object of type 'IntPtr'
To be added: an object of type 'Pango.Color'To be addedMethodSystem.BooleanFill in the fields of a color from a string specification.
a string specifying the new color
if parsing of the specifier succeeded, otherwise false.The string can either one of a large set of standard names. (Taken from the X11 rgb.txt file), or it can be a hex value in the form '#rgb' '#rrggbb' '#rrrgggbbb' or '#rrrrggggbbbb' where 'r', 'g' and 'b' are hex digits of the red, green, and blue components of the color, respectively. (White in the four forms is '#fff' '#ffffff' '#fffffffff' and '#ffffffffffff')MethodSystem.VoidTo be addedTo be addedMethodPango.ColorCreates a copy of the .an object of type PropertyGLib.GTypeGType Property.a Returns the native value for .FieldSystem.UInt16The red component of the color.This is a value between 0 and 65535, with 65535 indicating full intensity.FieldSystem.UInt16The green component of the color.This is a value between 0 and 65535, with 65535 indicating full intensity.FieldSystem.UInt16The blue component of the color.This is a value between 0 and 65535, with 65535 indicating full intensity.