PsdLayer class
Constructors
- PsdLayer([InputBuffer? input])
Properties
-
additionalData
↔ Map<
String, PsdLayerData> -
getter/setter pair
- blendingRanges ↔ PsdBlendingRanges?
-
getter/setter pair
- blendMode ↔ int?
-
getter/setter pair
- bottom ↔ int
-
getter/setter pair
-
channels
↔ List<
PsdChannel> -
getter/setter pair
-
children
↔ List<
PsdLayer> -
getter/setter pair
- clipping ↔ int?
-
getter/setter pair
- compression ↔ int?
-
getter/setter pair
-
effects
↔ List<
PsdEffect> -
getter/setter pair
- flags ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int
-
getter/setter pair
- layerImage ↔ Image
-
getter/setter pair
- left ↔ int?
-
getter/setter pair
- mask ↔ PsdMask?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- opacity ↔ int
-
getter/setter pair
- parent ↔ PsdLayer?
-
getter/setter pair
- right ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- top ↔ int?
-
getter/setter pair
- width ↔ int
-
getter/setter pair
Methods
-
getChannel(
int id) → PsdChannel? -
isVisible(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readImageData(
InputBuffer input, PsdImage psd) → void -
toString(
) → String -
A string representation of this object.
inherited
-
type(
) → int
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- BLEND_COLOR → const int
- BLEND_COLOR_BURN → const int
- BLEND_COLOR_DODGE → const int
- BLEND_DARKEN → const int
- BLEND_DARKEN_COLOR → const int
- BLEND_DIFFERENCE → const int
- BLEND_DISSOLVE → const int
- BLEND_DIVIDE → const int
- BLEND_EXCLUSION → const int
- BLEND_HARD_LIGHT → const int
- BLEND_HARD_MIX → const int
- BLEND_HUE → const int
- BLEND_LIGHTEN → const int
- BLEND_LIGHTER_COLOR → const int
- BLEND_LINEAR_BURN → const int
- BLEND_LINEAR_DODGE → const int
- BLEND_LINEAR_LIGHT → const int
- BLEND_LUMINOSITY → const int
- BLEND_MULTIPLY → const int
- BLEND_NORMAL → const int
- BLEND_OVERLAY → const int
- BLEND_PASSTHROUGH → const int
- BLEND_PIN_LIGHT → const int
- BLEND_SATURATION → const int
- BLEND_SCREEN → const int
- BLEND_SOFT_LIGHT → const int
- BLEND_SUBTRACT → const int
- BLEND_VIVID_LIGHT → const int
- FLAG_HIDDEN → const int
- FLAG_OBSOLETE → const int
- FLAG_PHOTOSHOP_5 → const int
- FLAG_PIXEL_DATA_IRRELEVANT_TO_APPEARANCE → const int
- FLAG_TRANSPARENCY_PROTECTED → const int
- SIGNATURE → const int