Change Frame Color?

I should be able to find the answer in gamepedia … but nope. Don’t know enough about the terminology I guess. So, what is the function(s) to change the color of a frame.

A pointer to the function documentation would be much appreciated.

Thanks,

Maybe LayeredRegion:SetVertexColor()
Wowpedia says it’s inherited by Textures, FontStrings, Lines and MaskTextures.

I found it on the Widget API page

Unless it has a backdrop:
Gampedia says the methods are no longer part of the API but backdrops have moved to a seperate mixin in retail. If the frame has a backdrop, the methods still apply.

For color tinting existing textures it’s often good to SetDesaturated.