C1.UWP Assembly / C1.Xaml Namespace / BrushBuilderExtrapolationMethod Enumeration

BrushBuilderExtrapolationMethod Enumeration
Determines how the extrapolation of colors will be made.
Syntax
'Declaration
 
Public Enum BrushBuilderExtrapolationMethod 
   Inherits System.Enum
 
Members
MemberDescription
AbsoluteThe extrapolation will be done adding and subtracting the absolute difference of saturation and luminance.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.BrushBuilderExtrapolationMethod

See Also