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: 20.3.0.0 (20.3)
Syntaxpublic byte B { get; set; }
Public Property B As Byte
Get
Set
public:
virtual property unsigned char B {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
abstract B : byte with get, set
override B : byte with get, set
Property Value
Type:
ByteImplements
IColorFormatB
See Also