Artemis Artemis
Artemis Artemis

Search Results for

    Class LayerEffectPropertyGroup

    Represents a property group on a layer

    Note: You cannot initialize property groups yourself. If properly placed and annotated, the Artemis core will initialize these for you.

    Inheritance
    object
    LayerPropertyGroup
    LayerEffectPropertyGroup
    Implements
    IDisposable
    Inherited Members
    LayerPropertyGroup.GetAllLayerProperties()
    LayerPropertyGroup.ResetAllLayerProperties()
    LayerPropertyGroup.PopulateDefaults()
    LayerPropertyGroup.EnableProperties()
    LayerPropertyGroup.DisableProperties()
    LayerPropertyGroup.OnPropertyGroupInitialized()
    LayerPropertyGroup.Dispose(bool)
    LayerPropertyGroup.Dispose()
    LayerPropertyGroup.ProfileElement
    LayerPropertyGroup.GroupDescription
    LayerPropertyGroup.Parent
    LayerPropertyGroup.Path
    LayerPropertyGroup.PropertiesInitialized
    LayerPropertyGroup.IsHidden
    LayerPropertyGroup.PropertyGroupEntity
    LayerPropertyGroup.LayerProperties
    LayerPropertyGroup.LayerPropertyGroups
    LayerPropertyGroup.PropertyGroupInitialized
    LayerPropertyGroup.LayerPropertyOnCurrentValueSet
    LayerPropertyGroup.VisibilityChanged
    Namespace: Artemis.Core
    Assembly: Artemis.Core.dll
    Syntax
    public abstract class LayerEffectPropertyGroup : LayerPropertyGroup, IDisposable

    Constructors

    LayerEffectPropertyGroup()

    Declaration
    protected LayerEffectPropertyGroup()

    Properties

    IsEnabled

    Whether or not this layer effect is enabled

    Declaration
    [PropertyDescription(Name = "Enabled", Description = "Whether or not this layer effect is enabled")]
    public BoolLayerProperty IsEnabled { get; set; }
    Property Value
    Type Description
    BoolLayerProperty

    Implements

    IDisposable
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.