Class ProductMixingProfile
Opts a logical product kind into native mixing through an explicit native map strategy.
public sealed class ProductMixingProfile
- Inheritance
-
ProductMixingProfile
- Inherited Members
- Extension Methods
Properties
MixerMap
Gets the native mixer-map execution strategy selected for this logical kind.
public ProductMixingMap MixerMap { get; }
Property Value
OutputFactoryIdentity
Gets the stable identity used to compare output-factory behavior across peers.
public string OutputFactoryIdentity { get; }
Property Value
OutputFactoryVersion
Gets the output-factory compatibility version used across peers.
public int OutputFactoryVersion { get; }
Property Value
ProductKind
Gets the opted-in logical product kind.
public ProductKind ProductKind { get; }
Property Value
UsePropertyColorMixing
Gets whether generated outputs use a native-style color derived from their properties.
public bool UsePropertyColorMixing { get; }