Missing Color Value - Repost

Currently on Aspose Diagram 22.9 and getting the same issue as this previous post that should have been resolved: Missing Color Value. Not sure if it was broken again or if I’m doing something wrong. But some shapes the color is set and for others it returns an empty string.

@trevor.hensel
Please replace the original code in the link with the following code:
CharCollection chars = shape.getInheritChars(); //Contains the char values for the shape inherit by it’s master.

Thanks.

Thank you for the quick response, this solved our issues!