Class: Pdfrb::Model::Type::ShadingType1
- Inherits:
-
Shading
- Object
- Object
- Cos::Dictionary
- Shading
- Pdfrb::Model::Type::ShadingType1
- Defined in:
- lib/pdfrb/model/type/shading.rb
Overview
Type 1 — function-based shading (s8.7.4.2).
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
Methods included from ShadingCommon
#anti_alias?, #axial?, #background, #bbox, #color_space, #coons_patch?, #domain, #free_form_gouraud?, #function, #function_based?, #lattice_gouraud?, #radial?, #shading_type, #tensor_patch?
Methods inherited from Cos::Dictionary
#[], #[]=, apply_arlington_definition, arlington_default, arlington_key_to_symbol, arlington_one_type_to_ruby, arlington_required?, arlington_scalar, arlington_types_to_ruby, arlington_version, define_field, define_field_from_arlington, #delete, #each, each_field, #each_raw, #empty?, field, #initialize, #key?, #keys, lookup_type, merged_field, own_fields, #pdf_type, register_type, type_map, #validate
Methods included from Cos::ArlingtonBacked
Methods inherited from Object
#==, define_type, #deref, #indirect?, #initialize, #must_be_indirect?, #pdf_type, pdf_type
Constructor Details
This class inherits a constructor from Pdfrb::Model::Cos::Dictionary
Instance Method Details
#matrix ⇒ Object
34 |
# File 'lib/pdfrb/model/type/shading.rb', line 34 def matrix; self[:Matrix]; end |