Ejemplo n.º 1
0
 public ForegroundColorAttribute(Color color) => Handle = new SafeTextAttributeHandle(LibuiLibrary.uiNewColorAttribute(color.R, color.G, color.B, color.A));
Ejemplo n.º 2
0
 public UnderlineColorAttribute(Color color) => Handle = new SafeTextAttributeHandle(LibuiLibrary.uiNewColorAttribute(color.R, color.G, color.B, color.A));