Search Results for

    Show / Hide Table of Contents

    Class AlphaHandlingAction

    An ImageAction that allows different forms of modifying alpha information in an image.

    Inheritance
    System.Object
    ImageActionBase
    AlphaHandlingAction
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class AlphaHandlingAction : ImageActionBase

    Properties

    AlphaHandling

    Specifies the kind of alpha handling to be applied.

    Declaration
    public AlphaHandling AlphaHandling { get; set; }
    Property Value
    AlphaHandling

    ReplacementRgbColorHexCode

    Specifies potentially needed color information for alpha handling. Must be given in RGB hex format (8 bit per channel).

    Declaration
    public string ReplacementRgbColorHexCode { get; set; }
    Property Value
    System.String

    Methods

    FromJson(String)

    Declaration
    public static AlphaHandlingAction FromJson(string data)
    Parameters
    System.String data

    Returns
    AlphaHandlingAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX