dips.FillFormatVal module#

Generated wrapper for FillFormat protobuf message.

class dips.FillFormatVal.FillFormatVal(fill_color: ColorSurrogateVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for FillFormat with Pythonic getters and setters.

property apply_fill: bool#

Get the ApplyFill field value.

copy()#

Create a copy of this wrapper.

property fill_color: ColorSurrogateVal#

Get the FillColor field as a wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

to_proto()#

Get the underlying protobuf message.