Friday, March 27, 2020

OpenGL color code table

Here is a table for various colors and their corresponding data for OpenGL
https://community.khronos.org/t/color-tables/22518/6

No comments:

Post a Comment

How to integrate standard LLMs with custom data to create RAG applications

 Integrating standard Large Language Models (LLMs) with custom data to build Retrieval-Augmented Generation (RAG) applications involves a mu...