Class UnicodeAlphaNames
The names of the alpha channels.
Inheritance
System.Object
UnicodeAlphaNames
Syntax
public class UnicodeAlphaNames : ImageResource
Constructors
UnicodeAlphaNames()
Declaration
public UnicodeAlphaNames()
UnicodeAlphaNames(PsdBinaryReader, String, Int32)
Declaration
public UnicodeAlphaNames(PsdBinaryReader reader, string name, int resourceDataLength)
Parameters
Type |
Name |
Description |
PsdBinaryReader |
reader |
|
System.String |
name |
|
System.Int32 |
resourceDataLength |
|
Properties
ChannelNames
Declaration
public List<string> ChannelNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
ID
Declaration
public override ResourceID ID { get; }
Property Value
Overrides