Class LipsShineMask

java.lang.Object
com.banuba.sdk.types.LipsShineMask

public final class LipsShineMask
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    LipsShineMask​(TransformedMaskByte meta, float vMin, float vMax)  
  • Method Summary

    Modifier and Type Method Description
    TransformedMaskByte getMeta()
    shine_mask
    float getVMax()  
    float getVMin()
    blending coeffcient
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LipsShineMask

      public LipsShineMask​(@NonNull TransformedMaskByte meta, float vMin, float vMax)
  • Method Details

    • getMeta

      @NonNull public TransformedMaskByte getMeta()
      shine_mask
    • getVMin

      public float getVMin()
      blending coeffcient
    • getVMax

      public float getVMax()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object