colorValueHandler = new ColorHandler();
colorHandler = new ValueHandlerToPropertyAdapter(
StylePropertyDetails.COLOR, colorValueHandler);
backgroundColorHandler = new ValueHandlerToPropertyAdapter(
StylePropertyDetails.BACKGROUND_COLOR, colorValueHandler);
backgroundComponentHandler = new BackgroundComponentHandler(
context.getPolicyReferenceResolver(), context.getAssetResolver(),
context.getTranscodableUrlResolver());
// todo The instance created here is exactly the same as the one created in the BackgroundComponentHandler so reuse it.
// This may not be sensible if there are issues with sharing code with state in it.