Example #1
0
 /// <remarks>
 ///  Construct a stateful brush from given color set and decoration role,
 ///  using the colors from the given KConfig (if null, the system colors are
 ///  used).
 ///      </remarks>        <short>    Construct a stateful brush from given color set and decoration role,  using the colors from the given KConfig (if null, the system colors are  used).</short>
 public KStatefulBrush(KColorScheme.ColorSet arg1, KColorScheme.DecorationRole arg2, KSharedConfig arg3)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KStatefulBrush$$?", "KStatefulBrush(KColorScheme::ColorSet, KColorScheme::DecorationRole, KSharedPtr<KSharedConfig>)", typeof(void), typeof(KColorScheme.ColorSet), arg1, typeof(KColorScheme.DecorationRole), arg2, typeof(KSharedConfig), arg3);
 }
Example #2
0
 public KStatefulBrush(KColorScheme.ColorSet arg1, KColorScheme.BackgroundRole arg2)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KStatefulBrush$$", "KStatefulBrush(KColorScheme::ColorSet, KColorScheme::BackgroundRole)", typeof(void), typeof(KColorScheme.ColorSet), arg1, typeof(KColorScheme.BackgroundRole), arg2);
 }