Returns or sets the blue component of a color. All color transformations are ignored.
Read/write
Byte.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxProperty B As Byte
Get
Set
property unsigned char B {
unsigned char get ();
void set (unsigned char value);
}
abstract B : byte with get, set
Property Value
Type:
Byte
See Also