ColorRgba128Float Struct
Represents a color in terms of red, green, blue and alpha channels, using 32 bits per channel.
Constructors:
Name | Description | |
---|---|---|
![]() | ColorRgba128Float(Single, Single) | Initializes a new instance of the ColorRgb128Float class using the same value for all color channels. |
![]() | ColorRgba128Float(Single, Single, Single, Single) | Initializes a new instance of the ColorRgba128Float class using the specified channel values. |
Methods:
Name | Description | |
---|---|---|
![]() | ToString() | Creates a string representation of the color. |
![]() | ScFromRgb(Single, Single, Single, Single) | Creates a new ColorRgba128Float structure in ScRGB space by using the specified sRGB color channel values. |
![]() | ScFromRgb(ColorRgba128Float) | Creates a new ColorRgba128Float structure in ScRGB space by using the specified sRGB color. |
Fields:
Name | Description | |
---|---|---|
![]() | A | Alpha channel. |
![]() | B | B channel. |
![]() | G | G channel. |
![]() | R | R channel. |