Class ColorComponent
Contents
[
Hide
]ColorComponent class
Color component is an abstraction over Channel Value and Channel Value. Any color is composed from an array of ColorComponent
public sealed class ColorComponent
Constructors
| Name | Description |
|---|---|
| ColorComponent(byte, string) | Initializes a new instance of the ColorComponent class. Please check |
Properties
| Name | Description |
|---|---|
| BitDepth { get; } | Gets the bit depth of Color Component/Channel |
| Description { get; } | Gets the description of Color Component |
| FullName { get; } | Gets the full name of color component with name and space-separated description |
| Name { get; } | Gets the name of color component. |
| Value { get; set; } | Gets or sets the value. Please note, if you try to set value that is more than possible stored in current bit depth, you’ll get an exception |
| static PermittedFullNames { get; } | Gets the permitted full names. |
See Also
- namespace Aspose.PSD.FileFormats.Psd.Core.RawColor
- assembly Aspose.PSD