| Package | Description |
|---|---|
| com.foreach.imageserver.dto |
| Modifier and Type | Method and Description |
|---|---|
ColorSpaceDto |
ImageTransformDto.getColorSpace()
Color space for the resulting image, can for example be used to convert to grayscale.
|
static ColorSpaceDto |
ColorSpaceDto.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorSpaceDto[] |
ColorSpaceDto.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImageTransformDto.ImageTransformDtoBuilder |
ImageTransformDto.ImageTransformDtoBuilder.colorSpace(ColorSpaceDto colorSpace)
Color space for the resulting image, can for example be used to convert to grayscale.
|
void |
ImageTransformDto.setColorSpace(ColorSpaceDto colorSpace)
Color space for the resulting image, can for example be used to convert to grayscale.
|
Copyright © 2020. All rights reserved.