How to apply the “glow” effect to a rectangle with tcolorbox?Elegant way to modify <key>.code for shadows colorDraw a rectangle behind tcolorboxif statement with tcolorbox?tcolorbox incompatibe with color package?TikZ: Drawing an arc from an intersection to an intersectionFlipped box with tcolorboxtcolorbox error with “caption”how to apply spartan style in tcolorboxtcolorbox : attach boxed title has no effectHow to use tcolorbox with ieeeaccess.cls?How draw tcolorbox with shadow effect

What uses does D&D 5e have for a d100?

How to avoid offending original culture when making conculture inspired from original

Cut power on a remote Raspberry Pi 3 via another raspi

Is there a term for someone whose preferred policies are a mix of Left and Right?

What is the color associated with lukewarm?

What made the Ancient One do this in Endgame?

My student in one course asks for paid tutoring in another course. Appropriate?

How could I create a situation in which a PC has to make a saving throw or be forced to pet a dog?

Catching a robber on one line

Word-Ladder solver in Python 3

I sent an angry e-mail to my interviewers about a conflict at my home institution. Could this affect my application?

Why is gun control associated with the socially liberal Democratic party?

How can Caller ID be faked?

Are some Apex governor limits are becoming "softer"?

How would Japanese people react to someone refusing to say “itadakimasu” for religious reasons?

How should a Buddhist approach honoring parents who abused them?

In k-fold-cross-validation, why do we compute the mean of the metric of each fold

Boss making me feel guilty for leaving the company at the end of my internship

Observing the breath vs Pranayama

IIS LAN and WAN separate SSL certificates for the same server

How can this shape perfectly cover a cube?

VHDL: What is correct way to model open collector output for FPGA?

Print the phrase "And she said, 'But that's his.'" using only the alphabet

Having some issue with notation in a Hilbert space



How to apply the “glow” effect to a rectangle with tcolorbox?


Elegant way to modify <key>.code for shadows colorDraw a rectangle behind tcolorboxif statement with tcolorbox?tcolorbox incompatibe with color package?TikZ: Drawing an arc from an intersection to an intersectionFlipped box with tcolorboxtcolorbox error with “caption”how to apply spartan style in tcolorboxtcolorbox : attach boxed title has no effectHow to use tcolorbox with ieeeaccess.cls?How draw tcolorbox with shadow effect






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








5















From page 195 of the tcolorbox manual, I can apply a "glow" effect on a circle:



documentclassarticle
usepackage[utf8]inputenc
usepackagetcolorbox
tcbuselibraryskins
usetikzlibraryshadows


begindocument
begintcolorbox[enhanced,width=2.5cm,
square,circular arc,
halign=center,valign=center,
colback=red!5!white,colframe=red!75!black,
frame style=circular glow=fill=red ]
tcolorbox
endtcolorbox


enddocument


I'm trying to set up a style with a "rectangular glow". When perusing the tikz manual, I found the following settings, which I guess are supposed to apply to a circular glow and therefore be somehow adaptable to a rectangular shape:



shadow scale=1.25, shadow xshift=0pt, shadow yshift=0pt,
fill=black, path fading=circle with fuzzy edge 15 percent,
every shadow,


Is there a way to adapt (presumably those settings) so that they work in a rectangle such as to generate a result like this one? (Just an example, not exactly the same colors.)



enter image description here










share|improve this question




























    5















    From page 195 of the tcolorbox manual, I can apply a "glow" effect on a circle:



    documentclassarticle
    usepackage[utf8]inputenc
    usepackagetcolorbox
    tcbuselibraryskins
    usetikzlibraryshadows


    begindocument
    begintcolorbox[enhanced,width=2.5cm,
    square,circular arc,
    halign=center,valign=center,
    colback=red!5!white,colframe=red!75!black,
    frame style=circular glow=fill=red ]
    tcolorbox
    endtcolorbox


    enddocument


    I'm trying to set up a style with a "rectangular glow". When perusing the tikz manual, I found the following settings, which I guess are supposed to apply to a circular glow and therefore be somehow adaptable to a rectangular shape:



    shadow scale=1.25, shadow xshift=0pt, shadow yshift=0pt,
    fill=black, path fading=circle with fuzzy edge 15 percent,
    every shadow,


    Is there a way to adapt (presumably those settings) so that they work in a rectangle such as to generate a result like this one? (Just an example, not exactly the same colors.)



    enter image description here










    share|improve this question
























      5












      5








      5


      0






      From page 195 of the tcolorbox manual, I can apply a "glow" effect on a circle:



      documentclassarticle
      usepackage[utf8]inputenc
      usepackagetcolorbox
      tcbuselibraryskins
      usetikzlibraryshadows


      begindocument
      begintcolorbox[enhanced,width=2.5cm,
      square,circular arc,
      halign=center,valign=center,
      colback=red!5!white,colframe=red!75!black,
      frame style=circular glow=fill=red ]
      tcolorbox
      endtcolorbox


      enddocument


      I'm trying to set up a style with a "rectangular glow". When perusing the tikz manual, I found the following settings, which I guess are supposed to apply to a circular glow and therefore be somehow adaptable to a rectangular shape:



      shadow scale=1.25, shadow xshift=0pt, shadow yshift=0pt,
      fill=black, path fading=circle with fuzzy edge 15 percent,
      every shadow,


      Is there a way to adapt (presumably those settings) so that they work in a rectangle such as to generate a result like this one? (Just an example, not exactly the same colors.)



      enter image description here










      share|improve this question














      From page 195 of the tcolorbox manual, I can apply a "glow" effect on a circle:



      documentclassarticle
      usepackage[utf8]inputenc
      usepackagetcolorbox
      tcbuselibraryskins
      usetikzlibraryshadows


      begindocument
      begintcolorbox[enhanced,width=2.5cm,
      square,circular arc,
      halign=center,valign=center,
      colback=red!5!white,colframe=red!75!black,
      frame style=circular glow=fill=red ]
      tcolorbox
      endtcolorbox


      enddocument


      I'm trying to set up a style with a "rectangular glow". When perusing the tikz manual, I found the following settings, which I guess are supposed to apply to a circular glow and therefore be somehow adaptable to a rectangular shape:



      shadow scale=1.25, shadow xshift=0pt, shadow yshift=0pt,
      fill=black, path fading=circle with fuzzy edge 15 percent,
      every shadow,


      Is there a way to adapt (presumably those settings) so that they work in a rectangle such as to generate a result like this one? (Just an example, not exactly the same colors.)



      enter image description here







      tikz-pgf color tcolorbox






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 30 at 18:47









      JosephJoseph

      2,9382336




      2,9382336




















          1 Answer
          1






          active

          oldest

          votes


















          7














          You might be interested in shadows.blur. There are many options how you could customize this, see texdoc pgfblur.



          documentclassarticle
          usepackage[utf8]inputenc
          usepackagetcolorbox
          tcbuselibraryskins
          usetikzlibraryshadows.blur

          begindocument
          begintcolorbox[enhanced,width=2.5cm,
          square,%circular arc,
          halign=center,valign=center,
          colback=red!5!white,colframe=red!75!black,
          frame style= blur shadow=shadow blur extra rounding,
          shadow blur steps=10,
          shadow xshift=0ex,shadow yshift=0ex,shadow blur radius=1.5ex
          ]
          tcolorbox
          endtcolorbox
          enddocument


          enter image description here



          Or



          documentclassarticle
          usepackage[utf8]inputenc
          usepackagetcolorbox
          tcbuselibraryskins
          usetikzlibraryshadows.blur

          begindocument
          begintcolorbox[enhanced,width=2.5cm,
          square,%circular arc,
          halign=center,valign=center,
          colback=red!5!white,colframe=red!75!black,
          frame style= blur shadow=shadow blur steps=10,shadow opacity=40,
          shadow xshift=0ex,shadow yshift=0ex,shadow scale=1.05
          ]
          tcolorbox
          endtcolorbox
          enddocument


          enter image description here



          There are many options and many many ways to combine them.



          The glowing effect can be achieved with Percusse's deleted answer.



          documentclassarticle
          usepackage[utf8]inputenc
          usepackagetcolorbox
          tcbuselibraryskins
          usetikzlibraryshadows.blur
          makeatletter
          tikzsetrender blur shadow/.code=pgfbs@savebb%
          pgfsyssoftpath@getcurrentpathpgfbs@input@path%
          pgfbs@compute@shadow@bbox%
          pgfbs@process@roundingpgfbs@input@pathpgfbs@fadepath%
          pgfbs@apply@canvas@transform%
          colorletpstb@shadow@colorwhite!pgfbs@opacity!#1%
          pgfdeclarefadingshadowfadingpgfbs@paint@fading%
          pgfsetfillcolor#1%
          pgfsetfadingshadowfadingpgftransformshiftpgfpointpgfbs@midxpgfbs@midy%
          pgfbs@usebboxfill%
          pgfbs@restorebb%
          ,render blur shadow/.default=shadowcolor
          colorletshadowcolorblack
          makeatother
          begindocument
          pagecolorblack
          colorletshadowcolorwhite
          begintcolorbox[enhanced,width=2.5cm,
          square,halign=center,valign=center,
          colback=black,colframe=black,colupper=white,
          frame style=blur shadow=shadow blur steps=10,
          shadow xshift=0ex,shadow yshift=0ex,shadow blur radius=1.5ex
          ]
          sffamily I am a glowing tcolorbox
          endtcolorbox
          enddocument


          enter image description here






          share|improve this answer

























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "85"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f493401%2fhow-to-apply-the-glow-effect-to-a-rectangle-with-tcolorbox%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            7














            You might be interested in shadows.blur. There are many options how you could customize this, see texdoc pgfblur.



            documentclassarticle
            usepackage[utf8]inputenc
            usepackagetcolorbox
            tcbuselibraryskins
            usetikzlibraryshadows.blur

            begindocument
            begintcolorbox[enhanced,width=2.5cm,
            square,%circular arc,
            halign=center,valign=center,
            colback=red!5!white,colframe=red!75!black,
            frame style= blur shadow=shadow blur extra rounding,
            shadow blur steps=10,
            shadow xshift=0ex,shadow yshift=0ex,shadow blur radius=1.5ex
            ]
            tcolorbox
            endtcolorbox
            enddocument


            enter image description here



            Or



            documentclassarticle
            usepackage[utf8]inputenc
            usepackagetcolorbox
            tcbuselibraryskins
            usetikzlibraryshadows.blur

            begindocument
            begintcolorbox[enhanced,width=2.5cm,
            square,%circular arc,
            halign=center,valign=center,
            colback=red!5!white,colframe=red!75!black,
            frame style= blur shadow=shadow blur steps=10,shadow opacity=40,
            shadow xshift=0ex,shadow yshift=0ex,shadow scale=1.05
            ]
            tcolorbox
            endtcolorbox
            enddocument


            enter image description here



            There are many options and many many ways to combine them.



            The glowing effect can be achieved with Percusse's deleted answer.



            documentclassarticle
            usepackage[utf8]inputenc
            usepackagetcolorbox
            tcbuselibraryskins
            usetikzlibraryshadows.blur
            makeatletter
            tikzsetrender blur shadow/.code=pgfbs@savebb%
            pgfsyssoftpath@getcurrentpathpgfbs@input@path%
            pgfbs@compute@shadow@bbox%
            pgfbs@process@roundingpgfbs@input@pathpgfbs@fadepath%
            pgfbs@apply@canvas@transform%
            colorletpstb@shadow@colorwhite!pgfbs@opacity!#1%
            pgfdeclarefadingshadowfadingpgfbs@paint@fading%
            pgfsetfillcolor#1%
            pgfsetfadingshadowfadingpgftransformshiftpgfpointpgfbs@midxpgfbs@midy%
            pgfbs@usebboxfill%
            pgfbs@restorebb%
            ,render blur shadow/.default=shadowcolor
            colorletshadowcolorblack
            makeatother
            begindocument
            pagecolorblack
            colorletshadowcolorwhite
            begintcolorbox[enhanced,width=2.5cm,
            square,halign=center,valign=center,
            colback=black,colframe=black,colupper=white,
            frame style=blur shadow=shadow blur steps=10,
            shadow xshift=0ex,shadow yshift=0ex,shadow blur radius=1.5ex
            ]
            sffamily I am a glowing tcolorbox
            endtcolorbox
            enddocument


            enter image description here






            share|improve this answer





























              7














              You might be interested in shadows.blur. There are many options how you could customize this, see texdoc pgfblur.



              documentclassarticle
              usepackage[utf8]inputenc
              usepackagetcolorbox
              tcbuselibraryskins
              usetikzlibraryshadows.blur

              begindocument
              begintcolorbox[enhanced,width=2.5cm,
              square,%circular arc,
              halign=center,valign=center,
              colback=red!5!white,colframe=red!75!black,
              frame style= blur shadow=shadow blur extra rounding,
              shadow blur steps=10,
              shadow xshift=0ex,shadow yshift=0ex,shadow blur radius=1.5ex
              ]
              tcolorbox
              endtcolorbox
              enddocument


              enter image description here



              Or



              documentclassarticle
              usepackage[utf8]inputenc
              usepackagetcolorbox
              tcbuselibraryskins
              usetikzlibraryshadows.blur

              begindocument
              begintcolorbox[enhanced,width=2.5cm,
              square,%circular arc,
              halign=center,valign=center,
              colback=red!5!white,colframe=red!75!black,
              frame style= blur shadow=shadow blur steps=10,shadow opacity=40,
              shadow xshift=0ex,shadow yshift=0ex,shadow scale=1.05
              ]
              tcolorbox
              endtcolorbox
              enddocument


              enter image description here



              There are many options and many many ways to combine them.



              The glowing effect can be achieved with Percusse's deleted answer.



              documentclassarticle
              usepackage[utf8]inputenc
              usepackagetcolorbox
              tcbuselibraryskins
              usetikzlibraryshadows.blur
              makeatletter
              tikzsetrender blur shadow/.code=pgfbs@savebb%
              pgfsyssoftpath@getcurrentpathpgfbs@input@path%
              pgfbs@compute@shadow@bbox%
              pgfbs@process@roundingpgfbs@input@pathpgfbs@fadepath%
              pgfbs@apply@canvas@transform%
              colorletpstb@shadow@colorwhite!pgfbs@opacity!#1%
              pgfdeclarefadingshadowfadingpgfbs@paint@fading%
              pgfsetfillcolor#1%
              pgfsetfadingshadowfadingpgftransformshiftpgfpointpgfbs@midxpgfbs@midy%
              pgfbs@usebboxfill%
              pgfbs@restorebb%
              ,render blur shadow/.default=shadowcolor
              colorletshadowcolorblack
              makeatother
              begindocument
              pagecolorblack
              colorletshadowcolorwhite
              begintcolorbox[enhanced,width=2.5cm,
              square,halign=center,valign=center,
              colback=black,colframe=black,colupper=white,
              frame style=blur shadow=shadow blur steps=10,
              shadow xshift=0ex,shadow yshift=0ex,shadow blur radius=1.5ex
              ]
              sffamily I am a glowing tcolorbox
              endtcolorbox
              enddocument


              enter image description here






              share|improve this answer



























                7












                7








                7







                You might be interested in shadows.blur. There are many options how you could customize this, see texdoc pgfblur.



                documentclassarticle
                usepackage[utf8]inputenc
                usepackagetcolorbox
                tcbuselibraryskins
                usetikzlibraryshadows.blur

                begindocument
                begintcolorbox[enhanced,width=2.5cm,
                square,%circular arc,
                halign=center,valign=center,
                colback=red!5!white,colframe=red!75!black,
                frame style= blur shadow=shadow blur extra rounding,
                shadow blur steps=10,
                shadow xshift=0ex,shadow yshift=0ex,shadow blur radius=1.5ex
                ]
                tcolorbox
                endtcolorbox
                enddocument


                enter image description here



                Or



                documentclassarticle
                usepackage[utf8]inputenc
                usepackagetcolorbox
                tcbuselibraryskins
                usetikzlibraryshadows.blur

                begindocument
                begintcolorbox[enhanced,width=2.5cm,
                square,%circular arc,
                halign=center,valign=center,
                colback=red!5!white,colframe=red!75!black,
                frame style= blur shadow=shadow blur steps=10,shadow opacity=40,
                shadow xshift=0ex,shadow yshift=0ex,shadow scale=1.05
                ]
                tcolorbox
                endtcolorbox
                enddocument


                enter image description here



                There are many options and many many ways to combine them.



                The glowing effect can be achieved with Percusse's deleted answer.



                documentclassarticle
                usepackage[utf8]inputenc
                usepackagetcolorbox
                tcbuselibraryskins
                usetikzlibraryshadows.blur
                makeatletter
                tikzsetrender blur shadow/.code=pgfbs@savebb%
                pgfsyssoftpath@getcurrentpathpgfbs@input@path%
                pgfbs@compute@shadow@bbox%
                pgfbs@process@roundingpgfbs@input@pathpgfbs@fadepath%
                pgfbs@apply@canvas@transform%
                colorletpstb@shadow@colorwhite!pgfbs@opacity!#1%
                pgfdeclarefadingshadowfadingpgfbs@paint@fading%
                pgfsetfillcolor#1%
                pgfsetfadingshadowfadingpgftransformshiftpgfpointpgfbs@midxpgfbs@midy%
                pgfbs@usebboxfill%
                pgfbs@restorebb%
                ,render blur shadow/.default=shadowcolor
                colorletshadowcolorblack
                makeatother
                begindocument
                pagecolorblack
                colorletshadowcolorwhite
                begintcolorbox[enhanced,width=2.5cm,
                square,halign=center,valign=center,
                colback=black,colframe=black,colupper=white,
                frame style=blur shadow=shadow blur steps=10,
                shadow xshift=0ex,shadow yshift=0ex,shadow blur radius=1.5ex
                ]
                sffamily I am a glowing tcolorbox
                endtcolorbox
                enddocument


                enter image description here






                share|improve this answer















                You might be interested in shadows.blur. There are many options how you could customize this, see texdoc pgfblur.



                documentclassarticle
                usepackage[utf8]inputenc
                usepackagetcolorbox
                tcbuselibraryskins
                usetikzlibraryshadows.blur

                begindocument
                begintcolorbox[enhanced,width=2.5cm,
                square,%circular arc,
                halign=center,valign=center,
                colback=red!5!white,colframe=red!75!black,
                frame style= blur shadow=shadow blur extra rounding,
                shadow blur steps=10,
                shadow xshift=0ex,shadow yshift=0ex,shadow blur radius=1.5ex
                ]
                tcolorbox
                endtcolorbox
                enddocument


                enter image description here



                Or



                documentclassarticle
                usepackage[utf8]inputenc
                usepackagetcolorbox
                tcbuselibraryskins
                usetikzlibraryshadows.blur

                begindocument
                begintcolorbox[enhanced,width=2.5cm,
                square,%circular arc,
                halign=center,valign=center,
                colback=red!5!white,colframe=red!75!black,
                frame style= blur shadow=shadow blur steps=10,shadow opacity=40,
                shadow xshift=0ex,shadow yshift=0ex,shadow scale=1.05
                ]
                tcolorbox
                endtcolorbox
                enddocument


                enter image description here



                There are many options and many many ways to combine them.



                The glowing effect can be achieved with Percusse's deleted answer.



                documentclassarticle
                usepackage[utf8]inputenc
                usepackagetcolorbox
                tcbuselibraryskins
                usetikzlibraryshadows.blur
                makeatletter
                tikzsetrender blur shadow/.code=pgfbs@savebb%
                pgfsyssoftpath@getcurrentpathpgfbs@input@path%
                pgfbs@compute@shadow@bbox%
                pgfbs@process@roundingpgfbs@input@pathpgfbs@fadepath%
                pgfbs@apply@canvas@transform%
                colorletpstb@shadow@colorwhite!pgfbs@opacity!#1%
                pgfdeclarefadingshadowfadingpgfbs@paint@fading%
                pgfsetfillcolor#1%
                pgfsetfadingshadowfadingpgftransformshiftpgfpointpgfbs@midxpgfbs@midy%
                pgfbs@usebboxfill%
                pgfbs@restorebb%
                ,render blur shadow/.default=shadowcolor
                colorletshadowcolorblack
                makeatother
                begindocument
                pagecolorblack
                colorletshadowcolorwhite
                begintcolorbox[enhanced,width=2.5cm,
                square,halign=center,valign=center,
                colback=black,colframe=black,colupper=white,
                frame style=blur shadow=shadow blur steps=10,
                shadow xshift=0ex,shadow yshift=0ex,shadow blur radius=1.5ex
                ]
                sffamily I am a glowing tcolorbox
                endtcolorbox
                enddocument


                enter image description here







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited May 30 at 22:04

























                answered May 30 at 19:06









                marmotmarmot

                136k6177325




                136k6177325



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f493401%2fhow-to-apply-the-glow-effect-to-a-rectangle-with-tcolorbox%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                    What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                    Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos