Class ColorSpaceTransform

    Definition

    Namespace:
    Tizen.Multimedia.Util
    Assembly:
    Tizen.Multimedia.Util.dll

    Changes the colorspace of an image.

    public class ColorSpaceTransform : ImageTransform
    Inheritance
    object
    ImageTransform
    ColorSpaceTransform

    Constructors

    View Source

    ColorSpaceTransform(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
    System.ArgumentException

    colorSpace is invalid.

    System.NotSupportedException

    colorSpace is not supported.

    See Also
    SupportedColorSpaces

    Properties

    View Source

    ColorSpace

    Gets or sets the colorspace of the result image.

    Declaration
    public ColorSpace ColorSpace { get; set; }
    Property Value
    Type Description
    ColorSpace
    Exceptions
    Type Condition
    System.ArgumentException

    value is invalid.

    System.NotSupportedException

    value is not supported.

    See Also
    SupportedColorSpaces
    View Source

    SupportedColorSpaces

    Gets the supported colorspaces for ColorSpaceTransform.

    Declaration
    public static IEnumerable<ColorSpace> SupportedColorSpaces { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<T><ColorSpace>
    See Also
    ColorSpace

    See Also

    ColorSpace
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX