Module: PSD::Layer::Info

Included in:
PSD::Layer
Defined in:
lib/psd/layer/info.rb

Constant Summary collapse

LAYER_INFO =

All of the extra layer info sections that we know how to parse.

{
  blend_clipping_elements: BlendClippingElements,
  blend_interior_elements: BlendInteriorElements,
  type: TypeTool,
  legacy_type: LegacyTypeTool,
  metadata: MetadataSetting,
  layer_name_source: LayerNameSource,
  object_effects: ObjectEffects,
  name: UnicodeName,
  section_divider: LayerSectionDivider,
  sheet_color: SheetColor,
  nested_section_divider: NestedLayerDivider,
  reference_point: ReferencePoint,
  layer_id: LayerID,
  fill_opacity: FillOpacity,
  placed_layer: PlacedLayer,
  locked: Locked,
  solid_color: SolidColor,
  vector_mask: VectorMask,
  vector_origination: VectorOrigination,
  vector_stroke: VectorStroke,
  vector_stroke_content: VectorStrokeContent,
  gradient_fill: GradientFill
}.freeze

Instance Attribute Summary collapse

Instance Attribute Details

#adjustmentsObject (readonly) Also known as: info

Returns the value of attribute adjustments.



54
55
56
# File 'lib/psd/layer/info.rb', line 54

def adjustments
  @adjustments
end