abgr_to_color#

omni.kit.manipulator.transform.abgr_to_color(abgr: int) __qualname__#

Converts an ABGR integer value to a color object.

The function takes an integer that represents a color in ABGR format (alpha, blue, green, red) and converts it into a color object with RGBA channels normalized to the range [0, 1].

Parameters:

abgr (int) – The color value in ABGR format to be converted.

Returns:

The color object with RGBA channels.

Return type:

omni.ui.color