ComputeColorParameterSampler Class
Namespace: Stride.Rendering.Materials.ComputeColorsAssembly: Stride.Rendering.dll
                 System.Object →  
                ComputeColorParameterSampler
              
              
                 Derived from ComputeColorParameterSampler: 
              
              
              
[DataContract("ComputeColorParameterSampler")]
public class ComputeColorParameterSampler : IComputeColorParameter
              | Name | Description | |
|---|---|---|
| Constructors | ||
| ComputeColorParameterSampler() | ||
| Properties | ||
| AddressModeU | The texture address mode.  | 
                          |
| AddressModeV | The texture address mode.  | 
                          |
| Filtering | The texture filtering mode.  | 
                          |
Constructors
ComputeColorParameterSampler()
public ComputeColorParameterSampler()
              Properties
AddressModeU
The texture address mode.
[DataMember(20)]
public TextureAddressMode AddressModeU { get; set; }
              Property Value
| Type | Description | 
|---|---|
| TextureAddressMode | 
AddressModeV
The texture address mode.
[DataMember(30)]
public TextureAddressMode AddressModeV { get; set; }
              Property Value
| Type | Description | 
|---|---|
| TextureAddressMode | 
Filtering
The texture filtering mode.
[DataMember(10)]
public TextureFilter Filtering { get; set; }
              Property Value
| Type | Description | 
|---|---|
| TextureFilter |