CSInlineColorViz icon indicating copy to clipboard operation
CSInlineColorViz copied to clipboard

See samples of the colors you use within your C# code.

Results 5 CSInlineColorViz issues
Sort by recently updated
recently updated
newest added

New Color32(byte r,byte g,byte b,byte a) New Color(float r, float g, float b, float a) new Color(0f,1f,1f,0.15f) used in Unity UnityEngine.Color(float r, float g, float b, float a)

Follow on from https://github.com/mrlacey/CSInlineColorViz/issues/6#issuecomment-1936973784 If a readonly color is assigned to a variable, should also adorn uses of that variable. X-Ref: String Visualizer & Const Visualizer

enhancement

As asked/suggested on the marketplace Q&A Could this also support brushes? More requirements and thought on possible solutions are needed. What platform? What types of brush? Is it necessary/important/practical to...

question

Popping a color picker is almost trivial. But to hook it up to the adornment is beyond my skills. Still, I must ask because this extension is very useful, and...

enhancement