CQL in CorelDraw x7 - Trying to find if color(s) exists

I am trying to figure out how to find if there are any spot colors in the CDR file using CQL

I am able to find Fountains by during this
ActivePage.Shapes.FindShapes(Query:="@fill.type = 'fountain'")

But how do I write the query to see if there are any spot colors, pantones, cmyk, rgb, lab, etc.
So tried this and it does not work
ActivePage.Shapes.FindShapes(Query:="@colors.find('cmyk')")

Any ideas?

 

Thanks ,

Tom