Class RGBA_QUAD

java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.leptonica.RGBA_QUAD
All Implemented Interfaces:
AutoCloseable

@Name("RGBA_Quad") @Properties(inherit=leptonica.class) public class RGBA_QUAD extends Pointer
Colormap table entry (after the BMP version). Note that the BMP format stores the colormap table exactly as it appears here, with color samples being stored sequentially, in the order (b,g,r,a).
  • Constructor Details

    • RGBA_QUAD

      public RGBA_QUAD()
      Default native constructor.
    • RGBA_QUAD

      public RGBA_QUAD(long size)
      Native array allocator. Access with Pointer.position(long).
    • RGBA_QUAD

      public RGBA_QUAD(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).
  • Method Details

    • position

      public RGBA_QUAD position(long position)
      Overrides:
      position in class Pointer
    • getPointer

      public RGBA_QUAD getPointer(long i)
      Overrides:
      getPointer in class Pointer
    • blue

      @Cast("l_uint8") public byte blue()
      blue value
    • blue

      public RGBA_QUAD blue(byte setter)
    • green

      @Cast("l_uint8") public byte green()
      green value
    • green

      public RGBA_QUAD green(byte setter)
    • red

      @Cast("l_uint8") public byte red()
      red value
    • red

      public RGBA_QUAD red(byte setter)
    • alpha

      @Cast("l_uint8") public byte alpha()
      alpha value
    • alpha

      public RGBA_QUAD alpha(byte setter)