equal
deleted
inserted
replaced
925 * place if the default model does not match the image |
925 * place if the default model does not match the image |
926 * <code>ColorModel</code>. There are only 8-bits of precision for |
926 * <code>ColorModel</code>. There are only 8-bits of precision for |
927 * each color component in the returned data when |
927 * each color component in the returned data when |
928 * using this method. With a specified coordinate (x, y) in the |
928 * using this method. With a specified coordinate (x, y) in the |
929 * image, the ARGB pixel can be accessed in this way: |
929 * image, the ARGB pixel can be accessed in this way: |
930 * <p> |
|
931 * |
930 * |
932 * <pre> |
931 * <pre> |
933 * pixel = rgbArray[offset + (y-startY)*scansize + (x-startX)]; </pre> |
932 * pixel = rgbArray[offset + (y-startY)*scansize + (x-startX)]; </pre> |
934 * |
933 * |
935 * <p> |
934 * <p> |