Show / Hide Table of Contents

    Class ColorSpaceTransform

    Changes the colorspace of an image.

    Inheritance
    Object
    ImageTransform
    ColorSpaceTransform
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Tizen.Multimedia.Util
    Assembly: Tizen.Multimedia.Util.dll
    Syntax
    public class ColorSpaceTransform : ImageTransform

    Constructors

    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.

    API Version
    4
    Exceptions
    Type Condition
    ArgumentException

    colorSpace is invalid.

    NotSupportedException

    colorSpace is not supported.

    See Also
    SupportedColorSpaces

    Properties

    ColorSpace

    Gets or sets the colorspace of the result image.

    Declaration
    public ColorSpace ColorSpace { get; set; }
    Property Value
    Type Description
    ColorSpace
    API Version
    4
    Exceptions
    Type Condition
    ArgumentException

    value is invalid.

    NotSupportedException

    value is not supported.

    See Also
    SupportedColorSpaces

    SupportedColorSpaces

    Gets the supported colorspaces for ColorSpaceTransform.

    Declaration
    public static IEnumerable<ColorSpace> SupportedColorSpaces { get; }
    Property Value
    Type Description
    IEnumerable<ColorSpace>
    API Version
    4

    See Also

    ColorSpace
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX