Edit

HBColor.Explicit(UInt32 to HBColor) Operator

Definition

Explicitly converts a packed BGRA integer value to an HBColor.

public static explicit operator HarfBuzzSharp.HBColor(uint value);

Parameters

value
UInt32

The packed BGRA integer value to convert.

Returns

An HBColor with the specified packed value.

Applies to