PhflResourceVersion3ColorY Property |
Gets or sets the Y color.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic float ColorY { get; set; }
Public Property ColorY As Single
Get
Set
public:
property float ColorY {
float get ();
void set (float value);
}
member ColorY : float32 with get, set
Property Value
Type:
Single
The Y color.
See Also