Home
last modified time | relevance | path

Searched refs:getNoteColor (Results 1 – 25 of 47) sorted by relevance

12

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/include/
H A Dhealthupgradetemplate.lua78 bone_setColor(v.core, getNoteColor(v.myNote))
79 bone_setColor(v.shell1, getNoteColor(v.myNote))
80 bone_setColor(v.shell2, getNoteColor(v.myNote))
83 bone_setColor(v.glow, getNoteColor(v.myNote))
186 local r, g, b = getNoteColor(v.myNote)
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A DSunDoor.lua59 local r, g, b = getNoteColor(v.sungNote)
69 r, g, b = getNoteColor(v.sungNote)
H A Dsongstalk.lua75 local r,g,b = getNoteColor(note)
H A Dbloodcell-white.lua72 local r,g,b = getNoteColor(note)
H A Dsonglampcommon.lua40 entity_setColor(me, getNoteColor(v.note))
H A Dbeluga-bubble.lua97 local r,g,b = getNoteColor(note)
H A Dcavefishcommon.lua78 entity_setColor(me, getNoteColor(v.myNote))
H A Dsongleaf.lua82 local r,g,b = getNoteColor(note)
H A Dsongspore.lua91 local r,g,b = getNoteColor(note)
H A Dstrangecreature.lua88 quad_color(q, getNoteColor(playNote))
H A Dwisp.lua73 r, g, b = getNoteColor(v.note)
H A Ddark-li-shot.lua160 local r,g,b = getNoteColor(v.myNote)
H A Dslendereel.lua194 local r,g,b = getNoteColor(note)
H A Dnaijaswarmercommon.lua167 local r, g, b = getNoteColor(note)
H A Djellysmall.lua132 local r,g,b = getNoteColor(note)
H A Doarfish.lua249 local r,g,b = getNoteColor(note)
H A Ddeepjelly.lua136 local r,g,b = getNoteColor(note)
H A Dsingbulb.lua92 local r, g, b = getNoteColor(v.myNote)
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/maps/
H A Dnode_shownote_common.lua46 local r,g,b = getNoteColor(v.myNote)
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dsceneproperties.h281 TPixel32 getNoteColor(int colorIndex) const;
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/guert_mod/tempo/
H A Dsongleaf.lua82 local r,g,b = getNoteColor(note)
H A Djellysmall.lua131 local r,g,b = getNoteColor(note)
H A Dsingbulb.lua85 local r, g, b = getNoteColor(v.myNote)
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/_unused/
H A Dancient-bulb.lua52 entity_setColor(me, getNoteColor(v.note2))
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/tab/
H A DTGChordImpl.java131 public Color getNoteColor() { in getNoteColor() method in TGChordImpl
351 …onic >= 0 && ( (getStringValue(i + 1) + fret) % 12) == this.tonic)?getTonicColor():getNoteColor()); in paintDiagram()

12