public class PixelComponentDescriptor extends RefCounted
| Modifier and Type | Method and Description |
|---|---|
PixelComponentDescriptor |
copyReference()
Create a new PixelComponentDescriptor object that is actually referring to the
exact same underlying native object.
|
boolean |
equals(Object obj)
Compares two values, returning true if the underlying objects in native code are the same object.
|
int |
getDepthMinus1()
number of bits in the component minus 1
|
int |
getOffsetPlus1()
Number of elements before the component of the first pixel plus 1.
Elements are bits for bitstream formats, bytes otherwise. |
int |
getPlane()
which of the 4 planes contains the component
|
int |
getShift()
number of least significant bits that must be shifted away to get the value
|
int |
getStepMinus1()
Number of elements between 2 horizontally consecutive pixels minus 1.
Elements are bits for bitstream formats, bytes otherwise. |
int |
hashCode()
Get a hashable value for this object.
|
delete, getCurrentRefCountpublic PixelComponentDescriptor copyReference()
copyReference in class RefCountedpublic boolean equals(Object obj)
public int hashCode()
public int getPlane()
public int getStepMinus1()
public int getOffsetPlus1()
public int getShift()
public int getDepthMinus1()
Copyright © 2018 Humble Software. All rights reserved.