website/docs/controls/shadermask.md
import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs';
<ClassSummary name={frontMatter.class_name} image={frontMatter.example_images + '/image_for_docs.png'} imageCaption="Linear gradient mask" />
<CodeExample path={frontMatter.examples + '/pink_radial_glow/main.py'} language="python" />
<Image src={frontMatter.example_images + '/pink_radial_glow.png'} alt="pink-radial-glow" width="55%" />
<CodeExample path={frontMatter.examples + '/fade_out_image_bottom/main.py'} language="python" />
<Image src={frontMatter.example_images + '/fade_out_image_bottom.png'} alt="fade-out-image-bottom" width="55%" />
<CodeExample path={frontMatter.examples + '/linear_and_radial_gradients/main.py'} language="python" />
<Image src={frontMatter.example_images + '/linear_and_radial_gradients.png'} alt="fade-out-image-bottom" width="55%" />
<ClassMembers name={frontMatter.class_name} />