Class ColorRgba128Float Struct

Represents a color in terms of red, green, blue and alpha channels, using 32 bits per channel.

Constructors:

NameDescription
Public methodColorRgba128Float(Single, Single) Initializes a new instance of the ColorRgb128Float class using the same value for all color channels.
Public methodColorRgba128Float(Single, Single, Single, Single) Initializes a new instance of the ColorRgba128Float class using the specified channel values.

Methods:

NameDescription
Public methodToString() Creates a string representation of the color.
Public methodScFromRgb(Single, Single, Single, Single)Creates a new ColorRgba128Float structure in ScRGB space by using the specified sRGB color channel values.
Public methodScFromRgb(ColorRgba128Float)Creates a new ColorRgba128Float structure in ScRGB space by using the specified sRGB color.

Fields:

NameDescription
Public fieldA Alpha channel.
Public fieldB B channel.
Public fieldG G channel.
Public fieldR R channel.