Commit f0e7be0c authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

Update 3.md

parent 802b8cd4
# Hue Rotate on Text+Image # Hue Rotate on Text+Image
`gl-react-native` not only allow to add effects on top of images but also on top of any content. This example shows the Hue rotation effect on top of texts and image. `gl-react-native` not only allows to add effects on top of images but also on top of **any** content. This example shows the Hue rotation effect on top of **texts and image**.
```html ```html
<HueRotate <HueRotate
...@@ -60,4 +60,4 @@ class HueRotate extends React.Component { ...@@ -60,4 +60,4 @@ class HueRotate extends React.Component {
The `GL.Target` describes which texture uniform is used for the rasterization of its children content. The `GL.Target` describes which texture uniform is used for the rasterization of its children content.
Note how powerful it is to compose React Components that way. > Note how powerful it is to **compose** React Components that way.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment