Class ColorSpaceTransform
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
- API Level:
- 4
Changes the colorspace of an image.
C#Copypublic class ColorSpaceTransform : ImageTransform
- Inheritance
Constructors
View Source
ColorSpaceTransform(ColorSpace)
Initializes a new instance of the ColorSpaceTransform class.
Declaration
C#Copypublic ColorSpaceTransform(ColorSpace colorSpace)
Parameters
Type | Name | Description |
---|---|---|
ColorSpace | colorSpace | The colorspace of output image. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
System.NotSupportedException |
|
See Also
API Level: 4
Properties
Declaration
C#Copypublic ColorSpace ColorSpace { get; set; }
Property Value
Type | Description |
---|---|
ColorSpace |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
System.NotSupportedException |
|
See Also
API Level: 4
Declaration
C#Copypublic static IEnumerable<ColorSpace> SupportedColorSpaces { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ColorSpace> |