Warning, /education/gcompris/src/activities/color_mix_light/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Stephane Mankowski <stephane@mankowski.fr>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "color_mix_light/ColorMixLight.qml"
0011   difficulty: 4
0012   icon: "color_mix_light/color_mix_light.svg"
0013   author: "Stephane Mankowski &lt;stephane@mankowski.fr&gt;"
0014   //: Activity title
0015   title: qsTr("Mixing light colors")
0016   //: Help title
0017   description: qsTr("Discover light color mixing.")
0018 //  intro: "Match the color by moving the sliders on the torches"
0019   //: Help goal
0020   goal: qsTr("Mix primary colors to match the given color.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("This activity teaches how mixing primary light colors works (additive mixing).") + ("<br><br>") +
0024           qsTr("Mixing light colors is just the opposite of mixing paint colors. The more light you add, the lighter the resulting color becomes. Primary colors of light are red, green and blue.") + ("<br><br>") +
0025           qsTr("Change the color by moving the sliders on the torches or by clicking on the + and - buttons. Then click on the OK button to validate your answer.")
0026   credit: ""
0027   section: "sciences experiment color"
0028   createdInVersion: 0
0029 }