Package jgl.context.attrib.pixel
Class gl_pixel_transfer
java.lang.Object
jgl.context.attrib.pixel.gl_pixel_transfer
gl_pixel_transfer is the pixel transfer class of JavaGL 2.1.
- Version:
- 0.1, 17 Dec 1999
- Author:
- Robin Bing-Yu Chen
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte
apply_bias_scale
(byte value) float
apply_bias_scale
(float value)
-
Field Details
-
Scale
public float ScaleGL_x_SCALE: Value of GL_x_SCALE -
Bias
public float BiasGL_x_BIAS: Value of GL_x_BIAS
-
-
Constructor Details
-
gl_pixel_transfer
public gl_pixel_transfer()
-
-
Method Details
-
apply_bias_scale
public float apply_bias_scale(float value) -
apply_bias_scale
public byte apply_bias_scale(byte value)
-