public CombineHsvNode(string name) : base(ShaderNodeType.CombineHsv, name) { inputs = new CombineHsvInputs(this); outputs = new CombineHsvOutputs(this); ins.H.Value = 0.0f; ins.S.Value = 0.0f; ins.V.Value = 0.0f; }