ColorSpaceNode constructor
ColorSpaceNode(
- dynamic method,
- dynamic node
Implementation
ColorSpaceNode(method, node) : super('vec4') {
this.method = method;
this.node = node;
}
ColorSpaceNode(method, node) : super('vec4') {
this.method = method;
this.node = node;
}