node socket UI

This commit is contained in:
itsmattkc
2019-04-11 11:48:20 +10:00
parent 358d1ba16a
commit 1285d70c62
14 changed files with 103 additions and 11 deletions
+2
View File
@@ -4,6 +4,8 @@ ColorInput::ColorInput(Effect* parent, const QString& id, const QString& name, b
EffectRow(parent, id, name, savable, keyframable)
{
AddField(new ColorField(this));
AddNodeInput(olive::nodes::kColor);
}
QColor ColorInput::GetColorAt(double timecode)