| Package | Description |
|---|---|
| com.foreach.imageserver.dto |
| Modifier and Type | Field and Description |
|---|---|
static ColorDto |
ColorDto.BLACK |
static ColorDto |
ColorDto.TRANSPARENT |
static ColorDto |
ColorDto.WHITE |
| Modifier and Type | Method and Description |
|---|---|
static ColorDto |
ColorDto.from(@NonNull String value) |
ColorDto |
ImageTransformDto.getAlphaColor()
Color specification of a color that should be made transparent.
|
ColorDto |
ImageTransformDto.getBackgroundColor()
Color specification for the background of the image.
|
| Modifier and Type | Method and Description |
|---|---|
ImageTransformDto.ImageTransformDtoBuilder |
ImageTransformDto.ImageTransformDtoBuilder.alphaColor(ColorDto alphaColor)
Color specification of a color that should be made transparent.
|
ImageTransformDto.ImageTransformDtoBuilder |
ImageTransformDto.ImageTransformDtoBuilder.backgroundColor(ColorDto backgroundColor)
Color specification for the background of the image.
|
void |
ImageTransformDto.setAlphaColor(ColorDto alphaColor)
Color specification of a color that should be made transparent.
|
void |
ImageTransformDto.setBackgroundColor(ColorDto backgroundColor)
Color specification for the background of the image.
|
Copyright © 2020. All rights reserved.