ColorTransformCollection Class
Namespace: Stride.Rendering.ImagesAssembly: 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>() |
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 |