public interface PixelStore
Modifier and Type | Interface and Description |
---|---|
static class |
PixelStore.LoanerPicture |
Modifier and Type | Method and Description |
---|---|
PixelStore.LoanerPicture |
getPicture(int width,
int height,
ColorSpace color) |
void |
putBack(PixelStore.LoanerPicture frame) |
void |
retake(PixelStore.LoanerPicture frame) |
PixelStore.LoanerPicture getPicture(int width, int height, ColorSpace color)
void putBack(PixelStore.LoanerPicture frame)
void retake(PixelStore.LoanerPicture frame)
Copyright © 2019. All rights reserved.