Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ColorTransformCollection Class

    Namespace: Stride.Rendering.Images
    Assembly: Stride.Rendering.dll

    A collection of ColorTransformBase

    System.Object → ConstrainedList<ColorTransform> → SafeList<ColorTransform> → ColorTransformCollection
    Derived from ColorTransformCollection:

    [DataContract("ColorTransformCollection")]
    public class ColorTransformCollection : SafeList<ColorTransform>, IList<ColorTransform>, ICollection<ColorTransform>, IReadOnlyList<ColorTransform>, IReadOnlyCollection<ColorTransform>, IEnumerable<ColorTransform>, IEnumerable
    Name Description
    Methods
    Get<T>()
    IsEnabled<T>()
    | Improve this Doc View Source

    Methods


    Get<T>()

    public T Get<T>()
        where T : ColorTransform
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    IsEnabled<T>()

    public bool IsEnabled<T>()
        where T : ColorTransform
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T

    Inherited Members

    ConstrainedList<ColorTransform>.ThrowException
    ConstrainedList<ColorTransform>.Constraint
    ConstrainedList<ColorTransform>.GetEnumerator()
    ConstrainedList<ColorTransform>.IEnumerable<ColorTransform>.GetEnumerator()
    ConstrainedList<ColorTransform>.IEnumerable.GetEnumerator()
    ConstrainedList<ColorTransform>.Add(ColorTransform)
    ConstrainedList<ColorTransform>.Clear()
    ConstrainedList<ColorTransform>.Contains(ColorTransform)
    ConstrainedList<ColorTransform>.CopyTo(ColorTransform[], Int32)
    ConstrainedList<ColorTransform>.Remove(ColorTransform)
    ConstrainedList<ColorTransform>.Count
    ConstrainedList<ColorTransform>.IsReadOnly
    ConstrainedList<ColorTransform>.IndexOf(ColorTransform)
    ConstrainedList<ColorTransform>.Insert(Int32, ColorTransform)
    ConstrainedList<ColorTransform>.RemoveAt(Int32)
    ConstrainedList<ColorTransform>.Item[Int32]

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    ArrayExtensions.ComputeHash<T>(ICollection<T>, IEqualityComparer<T>)
    CollectionExtensions.SwapRemove<T>(IList<T>, T)
    CollectionExtensions.SwapRemoveAt<T>(IList<T>, Int32)
    CollectionExtensions.GetItemOrNull<T>(IList<T>, Int32)
    CollectionExtensions.IndexOf<T>(IReadOnlyList<T>, T)
    EnumerableExtensions.IsNullOrEmpty(IEnumerable)
    EnumerableExtensions.ForEach<T>(IEnumerable, Action<T>)
    EnumerableExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    EnumerableExtensions.IndexOf<T>(IEnumerable<T>, Func<T, Boolean>)
    EnumerableExtensions.LastIndexOf<T>(IEnumerable<T>, Func<T, Boolean>)
    EnumerableExtensions.NotNull<T>(IEnumerable<T>)
    EnumerableExtensions.ToHashCode<T>(IEnumerable<T>)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation