Alexander Sychov: 전체 콘텐츠 50% 할인

Color Utilities

평점 없음

A Blueprint Function Library that provides a variety of different functions related to color.

  • 지원 플랫폼
  • 지원 엔진 버전
    5.2 - 5.4
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

A Blueprint Color Library extending the functionality of color within the engine to greater capabilities within BP/C++ rather than material graph.


💠 Includes:

✨ An Example Project to show off the core features of the plugin

✨ 7 Color Lookup Tables such as HTML, LaTeX and NTC (You can import your own using the editor utility widget & following the documentation).

✨ 21 Random Color Generators to start with (you can make your own using the framework provided).

✨ Settings Menu to Tweak certain aspects of the plugin.


⚙ Features:

✔ Converting Between Color Spaces

✔ Converting Between Colors and Names of Color & Vice Versa.

✔ Random Color Generators which you can customise & add to.

✔ Color Adjustment Calculations

✔ Variety of Grayscale Conversions

✔ Color Deficiency Preview Mode (different from the one in Engine that changes everyhing)

✔ Color Deficiency Readability Gradings

✔ 3 Types of Delta E calculations

✔ 12 Different functions related to Color Harmonies.

✔ Read Pixel Color on Screen.

기술적 세부사항

📃 Documentation

🕹 Example Project Download


🟦 Code Modules:

  •  Color Utilities (Runtime)


Number of Blueprints: 23 (21 RGCs (RandomColorGenerators), 1 AllNodes and 1 Editor Utility for the data tables).

Number of DataTables: 7

Number of C++ Classes: 9 (8 that are UObject derived, doesn't include module class)

Number of C++ Structs: 1

Number of C++ Enums: 7

Network Replicated: No

Supported Development Platforms: Win64 (Untested on others)

Supported Target Build Platforms: Win64 (Untested on others)


❗ Important/Additional Notes: Read the documentation on how to setup the example project.