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.
{ black_white: BlackWhite, blend_clipping_elements: BlendClippingElements, blend_interior_elements: BlendInteriorElements, brightness_contrast: BrightnessContrast, channel_mixer: ChannelMixer, color_balance: ColorBalance, color_lookup: ColorLookup, content_generator: ContentGenerator, curves: Curves, exposure: Exposure, fill_opacity: FillOpacity, gradient_fill: GradientFill, gradient_map: GradientMap, hue_saturation: HueSaturation, invert: Invert, layer_id: LayerID, layer_name_source: LayerNameSource, legacy_type: LegacyTypeTool, levels: Levels, locked: Locked, metadata: MetadataSetting, name: UnicodeName, nested_section_divider: NestedLayerDivider, object_effects: ObjectEffects, pattern_fill: PatternFill, photo_filter: PhotoFilter, placed_layer: PlacedLayer, posterize: Posterize, reference_point: ReferencePoint, selective_color: SelectiveColor, section_divider: LayerSectionDivider, sheet_color: SheetColor, solid_color: SolidColor, threshold: Threshold, type: TypeTool, vector_mask: VectorMask, vector_origination: VectorOrigination, vector_stroke: VectorStroke, vector_stroke_content: VectorStrokeContent, vibrance: Vibrance }.freeze
- BIG_LAYER_INFO_KEYS =
%w{ LMsk Lr16 Lr32 Layr Mt16 Mt32 Mtrn Alph FMsk lnk2 FEid FXid PxSD }
Instance Attribute Summary collapse
-
#adjustments ⇒ Object
(also: #info)
readonly
Returns the value of attribute adjustments.
Instance Attribute Details
#adjustments ⇒ Object (readonly) Also known as: info
Returns the value of attribute adjustments.
92 93 94 |
# File 'lib/psd/layer/info.rb', line 92 def adjustments @adjustments end |