tjRedOffset

Red offset (in bytes) for a given pixel format. This specifies the number of bytes that the red component is offset from the start of the pixel. For instance, if a pixel of format TJ_BGRX is stored in <tt>char pixel[]</tt>, then the red component will be <tt>pixel[tjRedOffsetTJ_BGRX]</tt>.

immutable(int)[TJ_NUMPF] tjRedOffset;

Meta