{# /** * @file * Default theme implementation for image_effects color details. * * @ingroup themeable */ #} {% if color %} {% if border %} M {{ color }} {% else %} M {{ color }} {% endif %} {% if color_opacity < 100 %} {{ 'opacity'|t }}: {{ color_opacity }}% {% endif %} {% else %} {{ 'Transparent'|t }} {% endif %}