mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 22:07:44 +01:00
chore: don't use ImGuiScene.TextureWrap for any external API, IDalamudTextureWrap does not inherit from ImGuiScene.TextureWrap any longer
This commit is contained in:
parent
af52da06b0
commit
6fbcd0e0e4
17 changed files with 91 additions and 78 deletions
|
|
@ -270,7 +270,7 @@ public static class ColorHelpers
|
|||
=> RgbaVector4ToUint(Fade(RgbaUintToVector4(color), amount));
|
||||
|
||||
/// <summary>
|
||||
/// Convert a KnownColor to a RGBA vector with values between 0.0f and 1.0f
|
||||
/// Convert a KnownColor to a RGBA vector with values between 0.0f and 1.0f.
|
||||
/// </summary>
|
||||
/// <param name="knownColor">Known Color to convert.</param>
|
||||
/// <returns>RGBA Vector with values between 0.0f and 1.0f.</returns>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue