Operator implicit operator
implicit operator BrushOrColor((byte, byte, byte))
Implicit operator convertion from tuple with three byte values to BrushOrColor. Tuple values define RGB of the color.
public static implicit operator BrushOrColor((byte, byte, byte) d)
Parameters
Returns
implicit operator BrushOrColor((byte, byte, byte, byte))
Implicit operator convertion from tuple with four byte values to BrushOrColor. Tuple values define ARGB of the color.
public static implicit operator BrushOrColor((byte, byte, byte, byte) d)