Returns or sets the red component of a color. All color transformations are ignored.
Read/write
Byte.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic byte R { get; set; }
Public Property R As Byte
Get
Set
public:
virtual property unsigned char R {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
abstract R : byte with get, set
override R : byte with get, set
Property Value
Type:
ByteImplements
IColorFormatR
See Also