MixingModelExtensions
Static Class in Zigurous.ColorPro
Declaration
public static class MixingModelExtensions
Description
Extension methods for MixingModel.
Extension Methods
PrimaryColors | Returns the primary colors of the mixing model. |
PrimaryColorsNonAlloc | Fills an existing array with the primary colors of the mixing model to prevent heap allocations. The output array requires a size of at least 3. |
SecondaryColors | Returns the secondary colors of the mixing model. |
SecondaryColorsNonAlloc | Fills an existing array with the secondary colors of the mixing model to prevent heap allocations. The output array requires a size of at least 3. |
TertiaryColors | Returns the tertiary colors of the mixing model. |
TertiaryColorsNonAlloc | Fills an existing array with the tertiary colors of the mixing model to prevent heap allocations. The output array requires a size of at least 6. |
ColorWheel | Returns the primary, secondary, and tertiary colors of the mixing model. |
ColorWheelNonAlloc | Fills an existing array with the primary, secondary, and tertiary colors of the mixing model to prevent heap allocations. The output array requires a size of at least 12. |