Dim txt easy method needed

I have a user interface with typical controls, stepper checkbox, etc.
On occasion I want the controls disabled, eg ctrl.enabled = false;
However I want certain accompanying black text to be dimmed out at the same time.
Is there an easy method that I’m overlooking or must I for example create my own base class and use color.transform, or similar.
TIA