Class ColorSpaceTransform
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
- API Level:
- 4
Changes the colorspace of an image.
public class ColorSpaceTransform : ImageTransform
- Inheritance
Constructors
View SourceColorSpaceTransform(ColorSpace)
Initializes a new instance of the ColorSpaceTransform class.
Declaration
public ColorSpaceTransform(ColorSpace colorSpace)
Parameters
Type | Name | Description |
---|---|---|
ColorSpace | colorSpace | The colorspace of output image. |
Exceptions
Type | Condition |
---|---|
ArgumentException |
|
NotSupportedException |
|
See Also
API Level: 4
Properties
View SourceColorSpace
Gets or sets the colorspace of the result image.
Declaration
public ColorSpace ColorSpace { get; set; }
Property Value
Type | Description |
---|---|
ColorSpace |
Exceptions
Type | Condition |
---|---|
ArgumentException |
|
NotSupportedException |
|
See Also
API Level: 4
View SourceSupportedColorSpaces
Gets the supported colorspaces for ColorSpaceTransform.
Declaration
public static IEnumerable<ColorSpace> SupportedColorSpaces { get; }
Property Value
Type | Description |
---|---|
IEnumerable<ColorSpace> |