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: 21.1.0.0 (21.1)
SyntaxProperty R As Byte
Get
Set
property unsigned char R {
unsigned char get ();
void set (unsigned char value);
}
abstract R : byte with get, set
Property Value
Type:
Byte
See Also