Search Results for

    Show / Hide Table of Contents

    Class ChannelMask

    The channel mask modes.

    Inheritance
    System.Object
    ChannelMask
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class ChannelMask : Enum

    Fields

    Alpha

    The alpha channel.

    Declaration
    public const ChannelMask Alpha
    Field Value
    ChannelMask

    Blue

    The blue channel.

    Declaration
    public const ChannelMask Blue
    Field Value
    ChannelMask

    Green

    The green channel.

    Declaration
    public const ChannelMask Green
    Field Value
    ChannelMask

    Red

    The red channel.

    Declaration
    public const ChannelMask Red
    Field Value
    ChannelMask

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    • Fields
      • Alpha
      • Blue
      • Green
      • Red
      • value__
    • Extension Methods
    Back to top Copyright © 2012-2024 Wojciech Figat