Edit

HBColor.Implicit(HBColor to UInt32) Operator

Definition

Implicitly converts an HBColor to a packed BGRA integer value.

public static implicit operator uint(HarfBuzzSharp.HBColor color);

Parameters

color
HBColor

The HBColor to convert.

Returns

The packed BGRA integer value of the color.

Applies to