buffer_image library
Classes
- AbstractImage
- abstract image
- BicubicSampleMode
- Bicubic sample mode @Unimplemented
- BilinearSampleMode
- Bilinear sample mode
- BlendModeAction
- a blend mode factory of BlendMode
- BufferImage
- An image object, pixel data stored in a Uint8List
- GrayImage
- An gray scaled image, each byte is a gray value in(0~255)
- LanczosSampleMode
- Lanczos sample mode@Unimplemented
- NearestSampleMode
- Nearest sample mode
- RepeatMode
- repeat mode of an image
- RgbaImage
- ImageProvider of BufferImage to display in ImageWidget
- SampleMode
- abstract class of sample mode
Functions
-
gsAvgChannel(
int r, int g, int b) → int -
gsBlurChannel(
int r, int g, int b) → int -
gsDarker(
int r, int g, int b) → int -
gsDesathm(
int r, int g, int b) → int -
gsGreenChannel(
int r, int g, int b) → int -
gsLighter(
int r, int g, int b) → int -
gsPsychologic(
int r, int g, int b) → int -
gsRedChannel(
int r, int g, int b) → int