Doc fix
Change-Id: I94712d5e7ca81618c4c506f5984ff94c46b730dd Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
This commit is contained in:
parent
85069f4315
commit
e299f0d86d
|
@ -770,9 +770,9 @@ void fillUniformArrayFromImage(float* array, const QImage& img, int size)
|
|||
|
||||
Acceptable values are
|
||||
\list
|
||||
\o None: Particles just appear and disappear.
|
||||
\o Fade: Particles fade in from 0 opacity at the start of their life, and fade out to 0 at the end.
|
||||
\o Scale: Particles scale in from 0 size at the start of their life, and scale back to 0 at the end.
|
||||
\o ImageParticle.None: Particles just appear and disappear.
|
||||
\o ImageParticle.Fade: Particles fade in from 0 opacity at the start of their life, and fade out to 0 at the end.
|
||||
\o ImageParticle.Scale: Particles scale in from 0 size at the start of their life, and scale back to 0 at the end.
|
||||
\endlist
|
||||
|
||||
Default value is Fade.
|
||||
|
|
Loading…
Reference in New Issue