How to get ListBox item colours set using SetItemBackgroundColour?

Is there any way to get the background item colour of the ListBox set by SetItemBackgroundColour function? This function was introduced in wxpython 4.0.4.

From the documentation:

SetItemBackgroundColour(self, item, col)
Sets the background colour for this item.

This function only works in report view mode. The colour can be retrieved using GetItemBackgroundColour .

ยทยทยท

On Wednesday, June 5, 2019 at 11:17:29 PM UTC-7, Jaideep Singh wrote:

Is there any way to get the background item colour of the ListBox set by SetItemBackgroundColour function? This function was introduced in wxpython 4.0.4.