ColorTriggerMetaData

constructor(name: String = "Color Trigger", rMin: Int = 0, rMax: Int = 255, gMin: Int = 0, gMax: Int = 255, bMin: Int = 0, bMax: Int = 255, nodeAction: NodeAction = NodeAction.EXECUTE, error: String = "", sources: List<NodeIdentity> = emptyList(), snapshot: Snapshot = Snapshot(), invocationTriggers: List<InvocationTrigger> = emptyList(), inputs: List<NodeIdentity> = emptyList())(source)