Class GaiaByteColor4

java.lang.Object
com.gaia3d.basic.geometry.GaiaByteColor4

public class GaiaByteColor4 extends Object
  • Constructor Details

    • GaiaByteColor4

      public GaiaByteColor4()
    • GaiaByteColor4

      public GaiaByteColor4(byte r, byte g, byte b, byte a)
    • GaiaByteColor4

      public GaiaByteColor4(int r, int g, int b, int a)
  • Method Details

    • setRGBA

      public void setRGBA(byte r, byte g, byte b, byte a)