public FSlateColor GetSlateValue() { CheckIsValid(); FSlateColor ___ret = GetSlateValue(_this.Get()); return(___ret); }
/// <summary> /// Sets the foreground color of the widget, this is inherited by sub widgets. Any color property /// that is marked as inherit will use this color. /// @param InForegroundColor The foreground color. /// </summary> public void SetForegroundColor(FSlateColor InForegroundColor) { CheckIsValid(); SetForegroundColor(_this.Get(), ref InForegroundColor); }
extern static void SetForegroundColor(IntPtr _this, ref FSlateColor InForegroundColor);
public extern void SetForegroundColor(FSlateColor InForegroundColor);
/// <summary> /// Sets the color and opacity of the text in this text block /// @param InColorAndOpacity The new text color and opacity /// </summary> public void SetColorAndOpacity(FSlateColor InColorAndOpacity) { CheckIsValid(); SetColorAndOpacity(_this.Get(), ref InColorAndOpacity); }
extern static void SetColorAndOpacity(IntPtr _this, ref FSlateColor InColorAndOpacity);
/// <summary> /// Sets the color and opacity of the text in this text block /// @param InColorAndOpacity The new text color and opacity /// </summary> public extern void SetColorAndOpacity(FSlateColor InColorAndOpacity);