Class Color


  • public final class Color
    extends Struct
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      Color()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Color __assign​(int _i, java.nio.ByteBuffer _bb)  
      void __init​(int _i, java.nio.ByteBuffer _bb)  
      float a()  
      float b()  
      static int createColor​(FlatBufferBuilder builder, float r, float g, float b, float a)  
      float g()  
      float r()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Color

        public Color()
    • Method Detail

      • __init

        public void __init​(int _i,
                           java.nio.ByteBuffer _bb)
      • __assign

        public Color __assign​(int _i,
                              java.nio.ByteBuffer _bb)
      • r

        public float r()
      • g

        public float g()
      • b

        public float b()
      • a

        public float a()
      • createColor

        public static int createColor​(FlatBufferBuilder builder,
                                      float r,
                                      float g,
                                      float b,
                                      float a)