Package g4p_controls.HotSpot

Examples of g4p_controls.HotSpot.HSmask


   
    //========================================================================
    // Setup the hotspaots
    if(mask != null){  // if we have a mask use it for the hot spot
      hotspots = new HotSpot[]{
          new HSmask(1, mask)
      };
    }
    else {   // no mask then use alpha channel of the OFF image
      hotspots = new HotSpot[]{
          new HSalpha(1, 0, 0, bimage[0], PApplet.CORNER)
View Full Code Here

TOP

Related Classes of g4p_controls.HotSpot.HSmask

Copyright © 2018 www.massapicom. 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.