Package yarp

Class PixelRgba


  • public class PixelRgba
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean swigCMemOwn  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        PixelRgba()  
      protected PixelRgba​(long cPtr, boolean cMemoryOwn)  
        PixelRgba​(short n_r, short n_g, short n_b, short n_a)  
    • Field Detail

      • swigCMemOwn

        protected transient boolean swigCMemOwn
    • Constructor Detail

      • PixelRgba

        protected PixelRgba​(long cPtr,
                            boolean cMemoryOwn)
      • PixelRgba

        public PixelRgba()
      • PixelRgba

        public PixelRgba​(short n_r,
                         short n_g,
                         short n_b,
                         short n_a)
    • Method Detail

      • getCPtr

        protected static long getCPtr​(PixelRgba obj)
      • finalize

        protected void finalize()
        Overrides:
        finalize in class java.lang.Object
      • delete

        public void delete()
      • setR

        public void setR​(short value)
      • getR

        public short getR()
      • setG

        public void setG​(short value)
      • getG

        public short getG()
      • setB

        public void setB​(short value)
      • getB

        public short getB()
      • setA

        public void setA​(short value)
      • getA

        public short getA()