Class: HexaPDF::Type::Annotation::Opacity
- Inherits:
-
Struct
- Object
- Struct
- HexaPDF::Type::Annotation::Opacity
- Defined in:
- lib/hexapdf/type/annotation.rb
Overview
Describes the opacity values fill_alpha
and stroke_alpha
of an annotation.
See Annotation#opacity
Instance Attribute Summary collapse
-
#fill_alpha ⇒ Object
Returns the value of attribute fill_alpha.
-
#stroke_alpha ⇒ Object
Returns the value of attribute stroke_alpha.
Instance Attribute Details
#fill_alpha ⇒ Object
Returns the value of attribute fill_alpha
308 309 310 |
# File 'lib/hexapdf/type/annotation.rb', line 308 def fill_alpha @fill_alpha end |
#stroke_alpha ⇒ Object
Returns the value of attribute stroke_alpha
308 309 310 |
# File 'lib/hexapdf/type/annotation.rb', line 308 def stroke_alpha @stroke_alpha end |