Examples of WhitePointControl


Examples of com.lightcrafts.ui.operation.whitepoint.WhitePointControl

    // This method exists for backwards compatibility with LZN files that
    // refer to WhitePointControl.
    public OpControl addWhitePointControl() {
        int index = getOpControlCount();
        WhitePointOperation op = engine.insertWhitePointOperation(index);
        OpControl control = new WhitePointControl(op, this);
        addControl(control, index);
        return control;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.